Forms+

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

Co to jest Forms+?

Forms+ to rozszerzenie Chrome opracowane przez http://lightbulb.education, a jego główną funkcją jest „This extension adds some quality of life improvements to Google Forms.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Forms+

Pobierz pliki rozszerzeń Forms+ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Forms+ Forms+
ID abegkmpbggcbnljjnklblgmiiacopkng
Oficjalny URL https://chrome.google.com/webstore/detail/forms+/abegkmpbggcbnljjnklblgmiiacopkng
Opis This extension adds some quality of life improvements to Google Forms.
Rozmiar pliku 250 KB
Liczba instalacji 90
Aktualna Wersja 0.0.3
Ostatnia Aktualizacja 2020-05-25
Data Publikacji 2020-05-24
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper http://lightbulb.education
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://lightbulb.education/formsplus
Adres URL Strony Pomocy https://lightbulb.education/formsplus
Obsługiwane Języki 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"
            ]
        }
    ]
}