Testology

Practice past tests on Schoology

What is Testology?

Testology is a Chrome extension developed by jleong254, and its main feature is "Practice past tests on Schoology".

Extension Screenshots

screenshot

Download Testology Extension CRX File

Download Testology extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Testology Testology
ID anbkibifpndppceikpgmdfcgcmlophke
Official URL https://chromewebstore.google.com/detail/testology/anbkibifpndppceikpgmdfcgcmlophke
Description Practice past tests on Schoology
File Size 14.45 KB
Installation Count 119
Current Version 1.1
Last Updated 2021-12-22
Publish Date 2021-12-21
Rating 5.00/5 Total 8 Ratings
Developer jleong254
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}