Kahoot-Keys

Bind the Kahoot buttons to keys

Kahoot-Keys là gì?

Kahoot-Keys là một tiện ích mở rộng Chrome được phát triển bởi Techniko, và tính năng chính của nó là "Bind the Kahoot buttons to keys".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Kahoot-Keys

Tải xuống các tệp mở rộng Kahoot-Keys dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

This extension is not endorsed by Kahoot                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Kahoot-Keys Kahoot-Keys
ID gngbidnfnlfbmejacjocpphlbahkaljg
URL Chính Thức https://chrome.google.com/webstore/detail/kahoot-keys/gngbidnfnlfbmejacjocpphlbahkaljg
Mô tả Bind the Kahoot buttons to keys
Kích Thước Tệp 23.51 KB
Số Lần Cài Đặt 1,538
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2019-01-17
Ngày Phát Hành 2019-01-17
Đánh Giá 3.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Techniko
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}