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 |
| 官方網址 | 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
}
} | |