SS Easy Click
For use with SchoolSoft.se
什么是SS Easy Click?
SS Easy Click是由jonthedeveloper开发的Chrome扩展程序,该扩展的主要功能是“For use with SchoolSoft.se”。
扩展截图
下载SS Easy Click扩展crx文件
下载SS Easy Click扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
For use with Schoolsoft.se to make it easier to enter knowledge requirements into assignments. and to update the subject rubric. This extension allows you to click the text of a knowledge requirement to set it to "green". Clicking it again will set it back to "white". 扩展基本信息
| 名称 | |
| ID | knhpoekibehmgpdekibhcjggppccjnmg |
| 官方URL | https://chromewebstore.google.com/detail/ss-easy-click/knhpoekibehmgpdekibhcjggppccjnmg |
| 简介 | For use with SchoolSoft.se |
| 文件大小 | 37.49 KB |
| 安装次数 | 164 |
| 当前版本 | 1.20 |
| 更新时间 | 2021-05-26 |
| 上架时间 | 2021-05-25 |
| 开发者 | jonthedeveloper |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SS Easy Click",
"author": "Jonathan Phillips",
"version": "1.20",
"description": "For use with SchoolSoft.se",
"manifest_version": 2,
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.schoolsoft.se\/*\/right_teacher_test_ability_student.jsp*",
"https:\/\/*.schoolsoft.se\/*\/right_teacher_student_ability.jsp*"
],
"js": [
"jquery-3.5.1.min.js",
"content.js"
]
}
]
} | |