Kahoot, Quicker
Play Kahoot, Quicker
什么是Kahoot, Quicker?
Kahoot, Quicker是由Arlen Yu开发的Chrome扩展程序,该扩展的主要功能是“Play Kahoot, Quicker”。
扩展截图
下载Kahoot, Quicker扩展crx文件
下载Kahoot, Quicker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Kahoot, Quicker allows you to play Kahoot quicker by binding the Q, W, E, R keys on the keyboard to Red, Blue, Yellow, and Green. This is much faster than having to click the squares individually. Enjoy!
扩展基本信息
名称 | Kahoot, Quicker |
ID | nekjmidjbalppbmbahlicbomdngafneo |
官方URL | https://chromewebstore.google.com/detail/kahoot-quicker/nekjmidjbalppbmbahlicbomdngafneo |
简介 | Play Kahoot, Quicker |
文件大小 | 19.83 KB |
安装次数 | 10,000 |
当前版本 | 4.1 |
更新时间 | 2019-03-03 |
上架时间 | 2019-03-03 |
评分 | 2.75/5 共16次评分 |
开发者 | Arlen Yu |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kahoot, Quicker", "description": "Play Kahoot, Quicker", "version": "4.1", "author": "Arlen Yu", "browser_action": { "default_title": "Kahoot, Quicker", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/kahoot.it\/*" ], "js": [ "js\/kahoot.js" ] } ] } |