SS Easy Click
For use with SchoolSoft.se
Qu'est-ce que SS Easy Click ?
SS Easy Click est une extension Chrome développée par jonthedeveloper, et sa fonction principale est "For use with SchoolSoft.se".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SS Easy Click
Téléchargez les fichiers d'extension SS Easy Click au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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".
Informations de Base sur l'Extension
Nom | SS Easy Click |
ID | knhpoekibehmgpdekibhcjggppccjnmg |
URL Officiel | https://chromewebstore.google.com/detail/ss-easy-click/knhpoekibehmgpdekibhcjggppccjnmg |
Description | For use with SchoolSoft.se |
Taille du Fichier | 37.49 KB |
Nombre d'Installations | 164 |
Version Actuelle | 1.20 |
Dernière Mise à Jour | 2021-05-26 |
Date de Publication | 2021-05-25 |
Développeur | jonthedeveloper |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |