Kahoot-Keys
Bind the Kahoot buttons to keys
Apa itu Kahoot-Keys?
Kahoot-Keys adalah ekstensi Chrome yang dikembangkan oleh Techniko, dan fitur utamanya adalah "Bind the Kahoot buttons to keys".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Kahoot-Keys
Unduh file ekstensi Kahoot-Keys dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Play Kahoot quizzes by pressing keys which correspond to the buttons on-screen This extension is not endorsed by Kahoot
Informasi Dasar Ekstensi
Nama | |
ID | gngbidnfnlfbmejacjocpphlbahkaljg |
URL Resmi | https://chrome.google.com/webstore/detail/kahoot-keys/gngbidnfnlfbmejacjocpphlbahkaljg |
Deskripsi | Bind the Kahoot buttons to keys |
Ukuran File | 23.51 KB |
Jumlah Instalasi | 1,538 |
Versi Saat Ini | 0.3 |
Terakhir Diperbarui | 2019-01-17 |
Tanggal Publikasi | 2019-01-17 |
Penilaian | 3.33/5 Total 3 Penilaian |
Pengembang | Techniko |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } } |