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