Kahoot Keys

Win Kahoot with speed!

什么是Kahoot Keys?

Kahoot Keys是由ebreakey开发的Chrome扩展程序,该扩展的主要功能是“Win Kahoot with speed!”。

扩展截图

screenshot

下载Kahoot Keys扩展crx文件

下载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"
            ]
        }
    ]
}