29 Star 107 Fork 25

justjavac / ChromeSnifferPlus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
manifest.json 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
justjavac 提交于 2013-11-21 12:44 . publish 0.3.9
{
"name": "Chrome Sniffer Plus",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2,
"version": "0.3.9",
"description": "\u63a2\u6d4b\u5f53\u524d\u7f51\u9875\u6b63\u5728\u4f7f\u7528\u7684\u5f00\u6e90\u8f6f\u4ef6\u6216\u8005js\u7c7b\u5e93\uff0cweb\u5f00\u53d1\u8005\u5fc5\u5907\u795e\u5668\u3002",
"background": {
"page": "background.html"
},
"options_page": "option.html",
"page_action": {
"default_icon": "icon.png",
"default_title": "\u70b9\u51fb\u67e5\u770b\u8be6\u7ec6\u4fe1\u606f\u3002",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": ["http://*/*","https://*/*"],
"js": ["main.js"]
}
],
"permissions": [
"tabs",
"webRequest",
"http://*/*",
"https://*/*"
],
"content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
"web_accessible_resources": ["detector.js"],
"homepage_url": "https://github.com/justjavac/ChromeSnifferPlus",
"update_url": "https://raw.github.com/justjavac/ChromeSnifferPlus/master/update.xml"
}
JavaScript
1
https://gitee.com/justjavac/ChromeSnifferPlus.git
git@gitee.com:justjavac/ChromeSnifferPlus.git
justjavac
ChromeSnifferPlus
ChromeSnifferPlus
master

搜索帮助