14 Star 50 Fork 9

小为 / chrome-qrcode

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
manifest.json 901 Bytes
一键复制 编辑 原始数据 按行查看 历史
hustcc 提交于 2016-05-26 09:33 . v1.0.9
{
"background": {
"persistent": false,
"scripts": [ "lib/zxing.min.js", "background.js" ]
},
"content_scripts": [{
"all_frames": false,
"css": [],
"js": [ "lib/jquery.min.js", "lib/qrcode_option.js", "lib/qrgen.min.js", "lib/content.js" ],
"matches": [ "http://*/*", "https://*/*" ]
}],
"content_security_policy": "script-src 'self'; object-src 'self'",
"browser_action": {
"default_icon": "icon/icon_32.png",
"default_popup": "popup.html"
},
"default_locale": "zh_CN",
"description": "__MSG_extDesp__",
"icons": {
"128": "icon/icon_128.png",
"64": "icon/icon_64.png",
"32": "icon/icon_32.png",
"16": "icon/icon_16.png"
},
"manifest_version": 2,
"name": "__MSG_extName__",
"permissions": [ "tabs", "contextMenus", "http://*/*", "https://*/*", "clipboardWrite" ],
"version": "1.0.9"
}
JavaScript
1
https://gitee.com/hustcc/chrome-qrcode.git
git@gitee.com:hustcc/chrome-qrcode.git
hustcc
chrome-qrcode
chrome-qrcode
master

搜索帮助