1 Star 0 Fork 21

羊羊羊/PTHospital.chrome

forked from 小为/PTHospital.chrome 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
manifest.json 953 Bytes
一键复制 编辑 原始数据 按行查看 历史
aTool 提交于 2016-05-14 10:53 . fixed #26, v1.1.4
{
"manifest_version": 2,
"name": "__MSG_extName__",
"default_locale": "zh_CN",
"description": "__MSG_extDesp__",
"version": "1.1.4",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"background": {
"scripts": ["res/background.js"]
},
"page_action": {
"default_icon": {
"19": "res/pt_256.png",
"38": "res/pt_256.png"
},
"default_title": "__MSG_extName__",
"default_popup": "res/popup.html"
},
"content_scripts": [{
"all_frames": false,
"js": [ "res/content.js" ],
"matches": [ "http://*/*", "https://*/*" ],
"run_at": "document_start"
}, {
"all_frames": false,
"js": [ "res/baidu_search_content.js" ],
"matches": [
"https://www.baidu.com/*",
"http://www.baidu.com/*"
],
"run_at": "document_end"
}],
"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 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/eereeewqq/PTHospital.chrome.git
git@gitee.com:eereeewqq/PTHospital.chrome.git
eereeewqq
PTHospital.chrome
PTHospital.chrome
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385