SS Easy Click
For use with SchoolSoft.se
Hvad er SS Easy Click?
SS Easy Click er en Chrome-udvidelse udviklet af jonthedeveloper, og dens hovedfunktion er "For use with SchoolSoft.se".
Udvidelsesskærmbilleder
Download SS Easy Click-udvidelses-CRX-fil
Download SS Easy Click-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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".
Grundlæggende oplysninger om udvidelsen
Navn | SS Easy Click |
ID | knhpoekibehmgpdekibhcjggppccjnmg |
Officiel URL | https://chromewebstore.google.com/detail/ss-easy-click/knhpoekibehmgpdekibhcjggppccjnmg |
Beskrivelse | For use with SchoolSoft.se |
Filstørrelse | 37.49 KB |
Antal Installationer | 164 |
Nuværende Version | 1.20 |
Senest Opdateret | 2021-05-26 |
Udgivelsesdato | 2021-05-25 |
Udvikler | jonthedeveloper |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |