mirror of
https://gitee.com/bitdance-team/chrome-extension
synced 2025-10-07 16:35:15 +08:00
添加右键菜单
This commit is contained in:
@@ -4,13 +4,18 @@
|
||||
"description": "BitDance Chrome Extension",
|
||||
"manifest_version": 2,
|
||||
"_locale": "zh_CN",
|
||||
"background": {
|
||||
"scripts": [
|
||||
"assets/js/background.js"
|
||||
]
|
||||
},
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": [
|
||||
"<all_urls>"
|
||||
],
|
||||
"js": [
|
||||
"assets/js/background.js"
|
||||
"assets/js/content.js"
|
||||
],
|
||||
"css": []
|
||||
}
|
||||
|
Reference in New Issue
Block a user