0 Star 0 Fork 21

logwood/PTHospital.chrome

forked from 小为/PTHospital.chrome 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
manifest.json 853 Bytes
一键复制 编辑 原始数据 按行查看 历史
hustcc 提交于 2016-05-05 10:32 . 增加z-index
{
"manifest_version": 2,
"name": "莆田系医院网站提醒",
"description": "莆田系医院网站提醒,对于莆田系无良网站,将显示红色警告提示,并给出它的医院名字和所在城市。",
"version": "1.0.4",
"background": {
"scripts": ["PTHospitalList.js", "res/background.js"]
},
"page_action": {
"default_icon": {
"19": "res/pt_256.png",
"38": "res/pt_256.png"
},
"default_title": "网站是莆田系医院网址,请谨慎!",
"default_popup": "res/popup.html"
},
"content_scripts": [{
"all_frames": false,
"css": [],
"js": [ "res/content.js" ],
"matches": [ "http://*/*", "https://*/*" ]
}],
"icons": {
"128": "res/pt_256.png",
"64": "res/pt_256.png",
"32": "res/pt_256.png",
"16": "res/pt_256.png"
},
"permissions" : ["tabs"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/logwood/PTHospital.chrome.git
git@gitee.com:logwood/PTHospital.chrome.git
logwood
PTHospital.chrome
PTHospital.chrome
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385