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 |
电子邮箱 | [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 } } |