SS Easy Click
For use with SchoolSoft.se
Wat is SS Easy Click?
SS Easy Click is een Chrome-extensie ontwikkeld door jonthedeveloper, en de belangrijkste functie is "For use with SchoolSoft.se".
Extensie Screenshots
Download het CRX-bestand van de extensie SS Easy Click
Download SS Easy Click-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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".
Basisinformatie over de Extensie
Naam | SS Easy Click |
ID | knhpoekibehmgpdekibhcjggppccjnmg |
Officiële URL | https://chromewebstore.google.com/detail/ss-easy-click/knhpoekibehmgpdekibhcjggppccjnmg |
Beschrijving | For use with SchoolSoft.se |
Bestandsgrootte | 37.49 KB |
Aantal Installaties | 164 |
Huidige Versie | 1.20 |
Laatst Bijgewerkt | 2021-05-26 |
Publicatiedatum | 2021-05-25 |
Ontwikkelaar | jonthedeveloper |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |