Forms+
This extension adds some quality of life improvements to Google Forms.
ما هو Forms+؟
Forms+ هو إضافة Chrome تم تطويرها بواسطة http://lightbulb.education، والميزة الرئيسية لها هي "This extension adds some quality of life improvements to Google Forms.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Forms+
قم بتنزيل ملفات الامتداد Forms+ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension adds new features to enhance your Google Forms experience! Improvements include: - Ability to un-select radio buttons - Ability to strike-through unnecessary answers (useful for students taking tests) - Shows character limits as you're typing (no more pesky surprises) - A dark theme purpose built for Google Forms Updates - 0.0.3 - Added dark theme If you're interested in supporting our work, and have some change to spare, feel free to give us a coffee at https://ko-fi.com/lightbulbedu
معلومات أساسية عن التمديد
الاسم | |
ID | abegkmpbggcbnljjnklblgmiiacopkng |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/forms+/abegkmpbggcbnljjnklblgmiiacopkng |
الوصف | This extension adds some quality of life improvements to Google Forms. |
حجم الملف | 250 KB |
عدد التثبيتات | 90 |
النسخة الحالية | 0.0.3 |
آخر تحديث | 2020-05-25 |
تاريخ النشر | 2020-05-24 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | http://lightbulb.education |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://lightbulb.education/formsplus |
عنوان صفحة المساعدة | https://lightbulb.education/formsplus |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Forms+", "version": "0.0.3", "manifest_version": 2, "description": "This extension adds some quality of life improvements to Google Forms.", "homepage_url": "https:\/\/lightbulb.education", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/forms\/*" ], "css": [ "src\/inject\/inject.css" ], "js": [ "js\/jquery\/jquery.js", "src\/inject\/inject.js" ] } ] } |