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 |
| 公式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 |
| Eメール | [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"
]
}
]
} | |