Testology

Practice past tests on Schoology

Wat is Testology?

Testology is een Chrome-extensie ontwikkeld door jleong254, en de belangrijkste functie is "Practice past tests on Schoology".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Testology

Download Testology-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

                        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                    

Basisinformatie over de Extensie

Naam Testology Testology
ID anbkibifpndppceikpgmdfcgcmlophke
Officiële URL https://chromewebstore.google.com/detail/testology/anbkibifpndppceikpgmdfcgcmlophke
Beschrijving Practice past tests on Schoology
Bestandsgrootte 14.45 KB
Aantal Installaties 119
Huidige Versie 1.1
Laatst Bijgewerkt 2021-12-22
Publicatiedatum 2021-12-21
Beoordeling 5.00/5 Totaal 8 Beoordelingen
Ontwikkelaar jleong254
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}