Testology
Practice past tests on Schoology
Testologyとは何ですか?
Testologyはjleong254によって開発されたChromeの拡張機能で、その主な機能は「Practice past tests on Schoology」です。
拡張機能のスクリーンショット
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |