1 Star 1 Fork 0

孙晓雪 / chaoxingchati

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
manifest.json 728 Bytes
一键复制 编辑 原始数据 按行查看 历史
单眼皮 提交于 2019-12-05 12:19 . 更新链接
{
"name" : "超星查题" ,
"description" : "超星划题目查找" ,
"manifest_version" : 2 ,
"version" : "1.0.0" ,
"author": "单眼皮",
"icons":
{
"48": "icon.png",
"128": "icon.png"
},
"permissions" : [
"<all_urls>" ,
"contextMenus" ,
"storage" ,
"clipboardWrite" ,
"clipboardRead" ,
"activeTab" ,
"identity",
"webRequest",
"webRequestBlocking"
] ,
"background" : {
"scripts" : ["background.js"]
} ,
"browser_action":
{
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"content_scripts":
[
{
"all_frames": true,
"js": ["Scribing.js","jQuery.js","popup.js"],
"matches": ["<all_urls>"],
"match_about_blank": true,
"run_at": "document_end"
}
]
}
1
https://gitee.com/sunxiaoxue113/chaoxingchati.git
git@gitee.com:sunxiaoxue113/chaoxingchati.git
sunxiaoxue113
chaoxingchati
chaoxingchati
master

搜索帮助