Kahoot-Keys
Bind the Kahoot buttons to keys
Cos'è Kahoot-Keys?
Kahoot-Keys è un'estensione di Chrome sviluppata da Techniko, e la sua funzione principale è "Bind the Kahoot buttons to keys".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Kahoot-Keys
Scarica i file di estensione Kahoot-Keys in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Play Kahoot quizzes by pressing keys which correspond to the buttons on-screen This extension is not endorsed by Kahoot
Informazioni di Base sull'Estensione
Nome | |
ID | gngbidnfnlfbmejacjocpphlbahkaljg |
URL Ufficiale | https://chrome.google.com/webstore/detail/kahoot-keys/gngbidnfnlfbmejacjocpphlbahkaljg |
Descrizione | Bind the Kahoot buttons to keys |
Dimensione del File | 23.51 KB |
Conteggio Installazioni | 1,538 |
Versione Corrente | 0.3 |
Ultimo Aggiornamento | 2019-01-17 |
Data di Pubblicazione | 2019-01-17 |
Valutazione | 3.33/5 Totale 3 Valutazioni |
Sviluppatore | Techniko |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } } |