SenecaAnswer
Gives the answer to seneca assignments
什么是SenecaAnswer?
SenecaAnswer是由mwmatthew10开发的Chrome扩展程序,该扩展的主要功能是“Gives the answer to seneca assignments”。
扩展截图
下载SenecaAnswer扩展crx文件
下载SenecaAnswer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds dark mode for Seneca and gives all answers to questions 扩展基本信息
| 名称 | |
| ID | aacmadajiomocfofkfpfjdcbbgdlonkc |
| 官方URL | https://chromewebstore.google.com/detail/senecaanswer/aacmadajiomocfofkfpfjdcbbgdlonkc |
| 简介 | Gives the answer to seneca assignments |
| 文件大小 | 36.44 KB |
| 安装次数 | 5,257 |
| 当前版本 | 1.0 |
| 更新时间 | 2019-03-22 |
| 上架时间 | 2019-03-21 |
| 评分 | 3.20/5 共20次评分 |
| 开发者 | mwmatthew10 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "SenecaAnswer",
"version": "1.0",
"description": "Gives the answer to seneca assignments",
"content_scripts": [
{
"matches": [
"https:\/\/app.senecalearning.com\/classroom\/course\/*"
],
"js": [
"JQuery.js",
"index.js"
],
"css": [
"ReplaceCSS.scss"
]
}
],
"browser_action": {
"default_icon": "logo.png",
"default_popup": "popup.html"
}
} | |