Kahoot-Keys
Bind the Kahoot buttons to keys
Kahoot-Keys क्या है?
Kahoot-Keys Techniko द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bind the Kahoot buttons to keys"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Kahoot-Keys एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Play Kahoot quizzes by pressing keys which correspond to the buttons on-screen This extension is not endorsed by Kahoot
एक्सटेंशन की मूल जानकारी
नाम | |
ID | gngbidnfnlfbmejacjocpphlbahkaljg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/kahoot-keys/gngbidnfnlfbmejacjocpphlbahkaljg |
विवरण | Bind the Kahoot buttons to keys |
फ़ाइल का आकार | 23.51 KB |
स्थापना संख्या | 1,538 |
वर्तमान संस्करण | 0.3 |
अंतिम अपडेट | 2019-01-17 |
प्रकाशन तिथि | 2019-01-17 |
रेटिंग | 3.33/5 कुल 3 रेटिंग्स |
डेवलपर | Techniko |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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 } } |