1
0
mirror of https://gitee.com/bitdance-team/chrome-extension synced 2025-10-07 16:35:15 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

完善搜索模式;腾讯翻译君注入js

This commit is contained in:
2022-02-05 11:05:07 +08:00
parent add9eca347
commit a155b0b705
3 changed files with 396 additions and 176 deletions

View File

@@ -44,6 +44,16 @@
"assets/js/expand-full-text/expand.js"
],
"run_at": "document_start"
},
{
"matches": [
"*://fanyi.qq.com/*"
],
"js": [
"assets/js/lib/jquery.min.js",
"assets/js/advanced-search/content-helper/fanyi.qq.com.js"
],
"run_at": "document_start"
}
],
"browser_action": {