Kahoot-Keys
Bind the Kahoot buttons to keys
Hvad er Kahoot-Keys?
Kahoot-Keys er en Chrome-udvidelse udviklet af Techniko, og dens hovedfunktion er "Bind the Kahoot buttons to keys".
Udvidelsesskærmbilleder
Download Kahoot-Keys-udvidelses-CRX-fil
Download Kahoot-Keys-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Play Kahoot quizzes by pressing keys which correspond to the buttons on-screen This extension is not endorsed by Kahoot
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | gngbidnfnlfbmejacjocpphlbahkaljg |
Officiel URL | https://chrome.google.com/webstore/detail/kahoot-keys/gngbidnfnlfbmejacjocpphlbahkaljg |
Beskrivelse | Bind the Kahoot buttons to keys |
Filstørrelse | 23.51 KB |
Antal Installationer | 1,538 |
Nuværende Version | 0.3 |
Senest Opdateret | 2019-01-17 |
Udgivelsesdato | 2019-01-17 |
Bedømmelse | 3.33/5 Samlet 3 Bedømmelser |
Udvikler | Techniko |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } } |