Kahoot-Keys
Bind the Kahoot buttons to keys
Wat is Kahoot-Keys?
Kahoot-Keys is een Chrome-extensie ontwikkeld door Techniko, en de belangrijkste functie is "Bind the Kahoot buttons to keys".
Extensie Screenshots
Download het CRX-bestand van de extensie Kahoot-Keys
Download Kahoot-Keys-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Play Kahoot quizzes by pressing keys which correspond to the buttons on-screen This extension is not endorsed by Kahoot
Basisinformatie over de Extensie
Naam | |
ID | gngbidnfnlfbmejacjocpphlbahkaljg |
Officiële URL | https://chrome.google.com/webstore/detail/kahoot-keys/gngbidnfnlfbmejacjocpphlbahkaljg |
Beschrijving | Bind the Kahoot buttons to keys |
Bestandsgrootte | 23.51 KB |
Aantal Installaties | 1,538 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2019-01-17 |
Publicatiedatum | 2019-01-17 |
Beoordeling | 3.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Techniko |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } } |