Kahoot Keys

Win Kahoot with speed!

Kahoot Keysคืออะไร?

Kahoot Keys เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ebreakey และคุณลักษณะหลักของมันคือ "Win Kahoot with speed!"

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

screenshot

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

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

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

                        This extension allows you to use the first four number keys on your keyboard to press the buttons in Kahoot rather than use a mouse. This is faster and easier to do meaning, you can win more often!                    

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

ชื่อ Kahoot Keys Kahoot Keys
ID ppodmhbnneeclellfbmhjlkkojfpjjfn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/kahoot-keys/ppodmhbnneeclellfbmhjlkkojfpjjfn
คำอธิบาย Win Kahoot with speed!
ขนาดไฟล์ 574 KB
จำนวนการติดตั้ง 36,851
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2018-05-09
วันที่เผยแพร่ 2018-05-09
คะแนน 2.00/5 รวมทั้งหมด 42 คะแนน
ผู้พัฒนา ebreakey
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kahoot Keys",
    "author": "Ewan Breakey",
    "description": "Win Kahoot with speed!",
    "version": "0.3",
    "icons": {
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/kahoot.it\/*",
                "http:\/\/kahoot.it\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}