Kahoot-Keys
Bind the Kahoot buttons to keys
Vad är Kahoot-Keys?
Kahoot-Keys är en Chrome-tillägg utvecklad av Techniko, och dess huvudfunktion är "Bind the Kahoot buttons to keys".
Tilläggsskärmbilder
Ladda ner Kahoot-Keys-förlängningens CRX-fil
Ladda ner Kahoot-Keys-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Play Kahoot quizzes by pressing keys which correspond to the buttons on-screen This extension is not endorsed by Kahoot
Grundläggande Information om Tillägg
Namn | |
ID | gngbidnfnlfbmejacjocpphlbahkaljg |
Officiell webbadress | https://chrome.google.com/webstore/detail/kahoot-keys/gngbidnfnlfbmejacjocpphlbahkaljg |
Beskrivning | Bind the Kahoot buttons to keys |
Filstorlek | 23.51 KB |
Antal Installationer | 1,538 |
Aktuell Version | 0.3 |
Senast Uppdaterad | 2019-01-17 |
Publiceringsdatum | 2019-01-17 |
Betyg | 3.33/5 Totalt 3 Betyg |
Utvecklare | Techniko |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } } |