1 Star 0 Fork 0

Algebra-FUN/ZhiHuiShu-Robot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
manifest.json 982 Bytes
一键复制 编辑 原始数据 按行查看 历史
FLYFAN 提交于 2019-05-19 10:51 . update
{
"name": "智慧树自动刷课",
"version": "1.2.0",
"description": "开启自动刷课美好生活!Start a wonderful life with automatic lesson taker!",
"permissions": [
"activeTab",
"storage",
"contextMenus"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"*://*.zhihuishu.com/*"
],
"js": [
"content-script.js"
],
"run_at": "document_start"
}
],
"browser_action": {
"default_icon": {
"16": "images/get_started16.png",
"32": "images/get_started32.png",
"48": "images/get_started48.png",
"128": "images/get_started128.png"
},
"default_title": "智慧树自动刷课",
"default_popup": "popup.html"
},
"icons": {
"16": "images/get_started16.png",
"32": "images/get_started32.png",
"48": "images/get_started48.png",
"128": "images/get_started128.png"
},
"manifest_version": 2
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
CSS
1
https://gitee.com/Algebra-FUN/ZhiHuiShu-Robot.git
git@gitee.com:Algebra-FUN/ZhiHuiShu-Robot.git
Algebra-FUN
ZhiHuiShu-Robot
ZhiHuiShu-Robot
master

搜索帮助