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".
擴展基本資訊
名稱 | SS Easy Click |
ID | knhpoekibehmgpdekibhcjggppccjnmg |
官方網址 | 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" ] } ] } |