QuizCheck

This extension helps increase efficiency of checking answers on your online open-notes homework

QuizCheckとは何ですか?

QuizCheckはquiz-checkによって開発されたChromeの拡張機能で、その主な機能は「This extension helps increase efficiency of checking answers on your online open-notes homework」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

QuizCheck拡張機能のCRXファイルをダウンロード

QuizCheck拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        🚨Save time and stop losing unnecessary points on homework assignments

📚 You will find that you no longer need to flip back through your notes or through the assignment chapter to find or double-check your answers.

✔️ Simply highlight the question with your mouse, right click and click “Search with QuizCheck” wait a couple seconds and click the pinned icon in the top right of Google Chrome and the answer will be right there, as simple as that!

➡️ You may have to complete a captcha from time to time but this is completely normal and takes a minimal amount of time.

❗ Works on both mac and PC                    

拡張機能の基本情報

名前 QuizCheck QuizCheck
ID phdnednhiaokcioenfnmfnbkkpnamppp
公式URL https://chromewebstore.google.com/detail/quizcheck/phdnednhiaokcioenfnmfnbkkpnamppp
説明 This extension helps increase efficiency of checking answers on your online open-notes homework
ファイルサイズ 252 KB
インストール数 537
現在のバージョン 1.2.0
最終更新日 2023-05-31
公開日 2022-12-08
評価 5.00/5 合計 16 レビュー
開発者 quiz-check
Eメール [email protected]
支払い方法 in_app
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "1.2.0",
    "manifest_version": 3,
    "default_locale": "en",
    "minimum_chrome_version": "88",
    "icons": {
        "128": "assets\/img\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": "assets\/img\/128.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "tabs",
        "identity"
    ],
    "host_permissions": [
        "*:\/\/*.google.com\/*",
        "*:\/\/*.quizlet.com\/*"
    ],
    "oauth2": {
        "client_id": "701243410138-ugoh6h5fpvhs18hhkh3po8aude4g75mr.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    }
}