Kahoot Keys
Win Kahoot with speed!
Vad är Kahoot Keys?
Kahoot Keys är en Chrome-tillägg utvecklad av ebreakey, och dess huvudfunktion är "Win Kahoot with speed!".
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
This extension allows you to use the first four number keys on your keyboard to press the buttons in Kahoot rather than use a mouse. This is faster and easier to do meaning, you can win more often!
Grundläggande Information om Tillägg
Namn | |
ID | ppodmhbnneeclellfbmhjlkkojfpjjfn |
Officiell webbadress | https://chrome.google.com/webstore/detail/kahoot-keys/ppodmhbnneeclellfbmhjlkkojfpjjfn |
Beskrivning | Win Kahoot with speed! |
Filstorlek | 574 KB |
Antal Installationer | 36,851 |
Aktuell Version | 0.3 |
Senast Uppdaterad | 2018-05-09 |
Publiceringsdatum | 2018-05-09 |
Betyg | 2.00/5 Totalt 42 Betyg |
Utvecklare | ebreakey |
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", "author": "Ewan Breakey", "description": "Win Kahoot with speed!", "version": "0.3", "icons": { "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon.png" }, "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "permissions": [ "tabs", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/kahoot.it\/*", "http:\/\/kahoot.it\/*" ], "js": [ "content.js" ] } ] } |