Kahoot Keys

Win Kahoot with speed!

Kahoot Keys là gì?

Kahoot Keys là một tiện ích mở rộng Chrome được phát triển bởi ebreakey, và tính năng chính của nó là "Win Kahoot with speed!".

Ả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

                        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!                    

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

Tên Kahoot Keys Kahoot Keys
ID ppodmhbnneeclellfbmhjlkkojfpjjfn
URL Chính Thức https://chrome.google.com/webstore/detail/kahoot-keys/ppodmhbnneeclellfbmhjlkkojfpjjfn
Mô tả Win Kahoot with speed!
Kích Thước Tệp 574 KB
Số Lần Cài Đặt 36,851
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2018-05-09
Ngày Phát Hành 2018-05-09
Đánh Giá 2.00/5 Tổng số 42 Đánh Giá
Nhà Phát Triển ebreakey
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",
    "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"
            ]
        }
    ]
}