Kahoot-Keys
Bind the Kahoot buttons to keys
Kahoot-Keysとは何ですか?
Kahoot-KeysはTechnikoによって開発されたChromeの拡張機能で、その主な機能は「Bind the Kahoot buttons to keys」です。
拡張機能のスクリーンショット
Kahoot-Keys拡張機能のCRXファイルをダウンロード
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
拡張機能の基本情報
名前 | |
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 |
Eメール | [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 } } |