Kahoot, Quicker

Play Kahoot, Quicker

Kahoot, Quickerคืออะไร?

Kahoot, Quicker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Arlen Yu และคุณลักษณะหลักของมันคือ "Play Kahoot, Quicker"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Kahoot, Quicker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Kahoot, Quicker allows you to play Kahoot quicker by binding the Q, W, E, R keys on the keyboard to Red, Blue, Yellow, and Green. This is much faster than having to click the squares individually. Enjoy!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Kahoot, Quicker Kahoot, Quicker
ID nekjmidjbalppbmbahlicbomdngafneo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kahoot-quicker/nekjmidjbalppbmbahlicbomdngafneo
คำอธิบาย Play Kahoot, Quicker
ขนาดไฟล์ 19.83 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 4.1
อัปเดตครั้งล่าสุด 2019-03-03
วันที่เผยแพร่ 2019-03-03
คะแนน 2.75/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา Arlen Yu
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kahoot, Quicker",
    "description": "Play Kahoot, Quicker",
    "version": "4.1",
    "author": "Arlen Yu",
    "browser_action": {
        "default_title": "Kahoot, Quicker",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/kahoot.it\/*"
            ],
            "js": [
                "js\/kahoot.js"
            ]
        }
    ]
}