QuizCheck

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

QuizCheckคืออะไร?

QuizCheck เป็นส่วนขยายของ Chrome ที่พัฒนาโดย quiz-check และคุณลักษณะหลักของมันคือ "This extension helps increase efficiency of checking answers on your online open-notes homework"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QuizCheck

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
        ]
    }
}