Testology

Practice past tests on Schoology

什么是Testology?

Testology是由jleong254开发的Chrome扩展程序,该扩展的主要功能是“Practice past tests on Schoology”。

扩展截图

screenshot

下载Testology扩展crx文件

下载Testology扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Testology Testology
ID anbkibifpndppceikpgmdfcgcmlophke
官方URL https://chromewebstore.google.com/detail/testology/anbkibifpndppceikpgmdfcgcmlophke
简介 Practice past tests on Schoology
文件大小 14.45 KB
安装次数 119
当前版本 1.1
更新时间 2021-12-22
上架时间 2021-12-21
评分 5.00/5 共8次评分
开发者 jleong254
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}