Forms+

This extension adds some quality of life improvements to Google Forms.

Was ist Forms+?

Forms+ ist eine Chrome-Erweiterung, die von http://lightbulb.education entwickelt wurde, und ihr Hauptmerkmal ist "This extension adds some quality of life improvements to Google Forms.".

Erweiterungsscreenshots

screenshot

Forms+-Erweiterungs-CRX-Datei herunterladen

Laden Sie Forms+-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Forms+ Forms+
ID abegkmpbggcbnljjnklblgmiiacopkng
Offizielle URL https://chrome.google.com/webstore/detail/forms+/abegkmpbggcbnljjnklblgmiiacopkng
Beschreibung This extension adds some quality of life improvements to Google Forms.
Dateigröße 250 KB
Installationsanzahl 90
Aktuelle Version 0.0.3
Letztes Update 2020-05-25
Veröffentlichungsdatum 2020-05-24
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler http://lightbulb.education
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://lightbulb.education/formsplus
Hilfeseite URL https://lightbulb.education/formsplus
Unterstützte Sprachen 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"
            ]
        }
    ]
}