Kahoot-Keys

Bind the Kahoot buttons to keys

Kahoot-Keysคืออะไร?

Kahoot-Keys เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Techniko และคุณลักษณะหลักของมันคือ "Bind the Kahoot buttons to keys"

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

screenshot

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

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

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

                        Play Kahoot quizzes by pressing keys which correspond to the buttons on-screen

This extension is not endorsed by Kahoot                    

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

ชื่อ Kahoot-Keys Kahoot-Keys
ID gngbidnfnlfbmejacjocpphlbahkaljg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/kahoot-keys/gngbidnfnlfbmejacjocpphlbahkaljg
คำอธิบาย Bind the Kahoot buttons to keys
ขนาดไฟล์ 23.51 KB
จำนวนการติดตั้ง 1,538
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2019-01-17
วันที่เผยแพร่ 2019-01-17
คะแนน 3.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Techniko
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kahoot-Keys",
    "description": "Bind the Kahoot buttons to keys",
    "version": "0.3",
    "icons": {
        "16": "icons\/icon16.png",
        "38": "icons\/icon38.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "options\/options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/kahoot.it\/*"
            ],
            "js": [
                "lib\/arrive.min.js",
                "lib\/log.min.js",
                "inject.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "permissions": [
        "https:\/\/kahoot.it\/*",
        "*:\/\/*\/*",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "hot-reload.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    }
}