Forms+

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

Cos'è Forms+?

Forms+ è un'estensione di Chrome sviluppata da http://lightbulb.education, e la sua funzione principale è "This extension adds some quality of life improvements to Google Forms.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Forms+

Scarica i file di estensione Forms+ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Forms+ Forms+
ID abegkmpbggcbnljjnklblgmiiacopkng
URL Ufficiale https://chrome.google.com/webstore/detail/forms+/abegkmpbggcbnljjnklblgmiiacopkng
Descrizione This extension adds some quality of life improvements to Google Forms.
Dimensione del File 250 KB
Conteggio Installazioni 90
Versione Corrente 0.0.3
Ultimo Aggiornamento 2020-05-25
Data di Pubblicazione 2020-05-24
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore http://lightbulb.education
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://lightbulb.education/formsplus
URL della Pagina di Aiuto https://lightbulb.education/formsplus
Lingue Supportate 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"
            ]
        }
    ]
}