9 Star 26 Fork 10

zlong / manmanbuy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
manifest.json 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
ZLONG\zlong 提交于 2017-11-01 22:48 . 1.0.1.1
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "慢慢买",
"version": "1.0.1.1",
"description": "慢慢买比价",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"tabs",
"contextMenus",
"http://*/*",
"https://*/*",
"clipboardRead",
"clipboardWrite",
"storage",
"unlimitedStorage"
],
"content_scripts": [
{
"js": [
"lib/jquery.min.js"
],
"css": [
"css/pa.css"
],
"matches": [
"http://*/*",
"https://*/*"
],
"all_frames": false
}
],
"page_action": {
"default_icon": {
"19": "icon/icon.png",
"38": "icon/icon.png"
},
"default_title": "",
"default_popup": "pageaction.html"
},
"icons": {
"16": "icon/icon.png",
"48": "icon/icon.png",
"128": "icon/icon.png"
},
"web_accessible_resources": [
"res/*"
],
"content_security_policy": "script-src 'self'; object-src 'self'",
"offline_enabled": true,
"manifest_version": 2
}
JavaScript
1
https://gitee.com/jidebingfeng/manmanbuy.git
git@gitee.com:jidebingfeng/manmanbuy.git
jidebingfeng
manmanbuy
manmanbuy
master

搜索帮助