Forms+
This extension adds some quality of life improvements to Google Forms.
Qu'est-ce que Forms+ ?
Forms+ est une extension Chrome développée par http://lightbulb.education, et sa fonction principale est "This extension adds some quality of life improvements to Google Forms.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Forms+
Téléchargez les fichiers d'extension Forms+ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | abegkmpbggcbnljjnklblgmiiacopkng |
URL Officiel | https://chrome.google.com/webstore/detail/forms+/abegkmpbggcbnljjnklblgmiiacopkng |
Description | This extension adds some quality of life improvements to Google Forms. |
Taille du Fichier | 250 KB |
Nombre d'Installations | 90 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2020-05-25 |
Date de Publication | 2020-05-24 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | http://lightbulb.education |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://lightbulb.education/formsplus |
URL de la Page d'Aide | https://lightbulb.education/formsplus |
Langues Prises en Charge | 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" ] } ] } |