Forms+
This extension adds some quality of life improvements to Google Forms.
Wat is Forms+?
Forms+ is een Chrome-extensie ontwikkeld door http://lightbulb.education, en de belangrijkste functie is "This extension adds some quality of life improvements to Google Forms.".
Extensie Screenshots
Download het CRX-bestand van de extensie Forms+
Download Forms+-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | abegkmpbggcbnljjnklblgmiiacopkng |
Officiële URL | https://chrome.google.com/webstore/detail/forms+/abegkmpbggcbnljjnklblgmiiacopkng |
Beschrijving | This extension adds some quality of life improvements to Google Forms. |
Bestandsgrootte | 250 KB |
Aantal Installaties | 90 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2020-05-25 |
Publicatiedatum | 2020-05-24 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | http://lightbulb.education |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://lightbulb.education/formsplus |
Help Pagina-URL | https://lightbulb.education/formsplus |
Ondersteunde Talen | 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" ] } ] } |