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! 擴展基本資訊
| 名稱 | |
| ID | nekjmidjbalppbmbahlicbomdngafneo |
| 官方網址 | 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"
]
}
]
} | |