1
0
mirror of https://gitee.com/bitdance-team/chrome-extension synced 2025-01-10 21:58:14 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
xiao_io 2022-02-05 09:24:10 +08:00
parent d187418ee0
commit 38ba246ae0

View File

@ -18,8 +18,7 @@
"assets/js/advanced-search/background.js"
]
},
"content_scripts": [
{
"content_scripts": [{
"matches": [
"<all_urls>",
"*://*/*"
@ -41,9 +40,7 @@
],
"js": [
"assets/js/lib/jquery.min.js",
"assets/js/expand-full-text/expand.js" //,
// "assets/js/content-scripts/click.js",
// "assets/js/content-scripts/mouse-style.js"
"assets/js/expand-full-text/expand.js"
],
"run_at": "document_start"
}