Testology
Practice past tests on Schoology
Cos'è Testology?
Testology è un'estensione di Chrome sviluppata da jleong254, e la sua funzione principale è "Practice past tests on Schoology".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Testology
Scarica i file di estensione Testology in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Easily practice past tests on Schoology without seeing the answers.
How to use:
1. Click to clear the answers
2. Do the test
3. Check your answers
Join the Discord:
discord.gg/vzDhdUwrH8 Informazioni di Base sull'Estensione
| Nome | |
| ID | anbkibifpndppceikpgmdfcgcmlophke |
| URL Ufficiale | https://chromewebstore.google.com/detail/testology/anbkibifpndppceikpgmdfcgcmlophke |
| Descrizione | Practice past tests on Schoology |
| Dimensione del File | 14.45 KB |
| Conteggio Installazioni | 119 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2021-12-22 |
| Data di Pubblicazione | 2021-12-21 |
| Valutazione | 5.00/5 Totale 8 Valutazioni |
| Sviluppatore | jleong254 |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Testology",
"description": "Practice past tests on Schoology",
"version": "1.1",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"permissions": [
"activeTab",
"scripting"
],
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "\/logo.png",
"32": "\/logo.png",
"64": "\/logo.png",
"128": "\/logo.png"
}
} | |