SS Easy Click
For use with SchoolSoft.se
O que é SS Easy Click?
SS Easy Click é uma extensão do Chrome desenvolvida por jonthedeveloper, e sua principal característica é "For use with SchoolSoft.se".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SS Easy Click
Baixe arquivos de extensão SS Easy Click no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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".
Informações Básicas da Extensão
Nome | SS Easy Click |
ID | knhpoekibehmgpdekibhcjggppccjnmg |
URL Oficial | https://chromewebstore.google.com/detail/ss-easy-click/knhpoekibehmgpdekibhcjggppccjnmg |
Descrição | For use with SchoolSoft.se |
Tamanho do Arquivo | 37.49 KB |
Contagem de Instalações | 164 |
Versão Atual | 1.20 |
Última Atualização | 2021-05-26 |
Data de Publicação | 2021-05-25 |
Desenvolvedor | jonthedeveloper |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |