Testology
Practice past tests on Schoology
Vad är Testology?
Testology är en Chrome-tillägg utvecklad av jleong254, och dess huvudfunktion är "Practice past tests on Schoology".
Tilläggsskärmbilder
Ladda ner Testology-förlängningens CRX-fil
Ladda ner Testology-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | anbkibifpndppceikpgmdfcgcmlophke |
| Officiell webbadress | https://chromewebstore.google.com/detail/testology/anbkibifpndppceikpgmdfcgcmlophke |
| Beskrivning | Practice past tests on Schoology |
| Filstorlek | 14.45 KB |
| Antal Installationer | 119 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2021-12-22 |
| Publiceringsdatum | 2021-12-21 |
| Betyg | 5.00/5 Totalt 8 Betyg |
| Utvecklare | jleong254 |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |