12 Star 27 Fork 4

browser-plug / chrome-website-ip

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
manifest.json 981 Bytes
一键复制 编辑 原始数据 按行查看 历史
vanilla 提交于 2021-07-13 14:50 . 修改符合Google商店审核
{
"update_url": "https://clients2.google.com/service/update2/crx",
"default_locale": "zh_CN",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "1.1.1",
"minimum_chrome_version": "18",
"manifest_version": 2,
"homepage_url": "https://gitee.com/surprise/Chrome.Website.Ip",
"permissions": [
"webRequest",
"storage",
"ftp://*/*",
"http://*/*",
"https://*/*"
],
"icons": {
"16": "/images/icon16.png",
"48": "/images/icon48.png",
"128": "/images/icon128.png"
},
"background": {
"scripts": ["jquery.min.js", "background.js"]
},
"options_page": "options/options.html",
"browser_action": {
"default_icon": "/images/icon19.png",
"default_title": "Website IP"
},
"content_scripts": [
{
"matches": ["ftp://*/*", "http://*/*", "https://*/*"],
"run_at": "document_end",
"all_frames": false,
"js": ["jquery.ip.js", "ip.js"],
"css": ["css/ip.css"]
}
]
}
JavaScript
1
https://gitee.com/browser-plug/chrome-website-ip.git
git@gitee.com:browser-plug/chrome-website-ip.git
browser-plug
chrome-website-ip
chrome-website-ip
master

搜索帮助