Forms+
This extension adds some quality of life improvements to Google Forms.
Co je Forms+?
Forms+ je rozšíření Chrome vyvinuté http://lightbulb.education, a jeho hlavní funkcí je „This extension adds some quality of life improvements to Google Forms.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Forms+
Stáhněte si soubory rozšíření Forms+ ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | abegkmpbggcbnljjnklblgmiiacopkng |
Oficiální URL | https://chrome.google.com/webstore/detail/forms+/abegkmpbggcbnljjnklblgmiiacopkng |
Popis | This extension adds some quality of life improvements to Google Forms. |
Velikost souboru | 250 KB |
Počet instalací | 90 |
Aktuální Verze | 0.0.3 |
Poslední Aktualizace | 2020-05-25 |
Datum Vydání | 2020-05-24 |
Hodnocení | 3.00/5 Celkem 2 Hodnocení |
Vývojář | http://lightbulb.education |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://lightbulb.education/formsplus |
URL Stránky Nápovědy | https://lightbulb.education/formsplus |
Podporované Jazyky | 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" ] } ] } |