Kahoot-Keys
Bind the Kahoot buttons to keys
ما هو Kahoot-Keys؟
Kahoot-Keys هو إضافة Chrome تم تطويرها بواسطة Techniko، والميزة الرئيسية لها هي "Bind the Kahoot buttons to keys".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Kahoot-Keys
قم بتنزيل ملفات الامتداد Kahoot-Keys بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 } } |