Kahoot Keys
Win Kahoot with speed!
Kahoot Keys क्या है?
Kahoot Keys ebreakey द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Win Kahoot with speed!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Kahoot Keys एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ppodmhbnneeclellfbmhjlkkojfpjjfn |
आधिकारिक URL | https://chrome.google.com/webstore/detail/kahoot-keys/ppodmhbnneeclellfbmhjlkkojfpjjfn |
विवरण | Win Kahoot with speed! |
फ़ाइल का आकार | 574 KB |
स्थापना संख्या | 36,851 |
वर्तमान संस्करण | 0.3 |
अंतिम अपडेट | 2018-05-09 |
प्रकाशन तिथि | 2018-05-09 |
रेटिंग | 2.00/5 कुल 42 रेटिंग्स |
डेवलपर | ebreakey |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } ] } |