Forms+

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

Что такое Forms+?

Forms+ - это расширение Chrome, разработанное http://lightbulb.education, и его основная функция - "This extension adds some quality of life improvements to Google Forms.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Forms+

Скачайте файлы расширений Forms+ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Forms+ Forms+
ID abegkmpbggcbnljjnklblgmiiacopkng
Официальный URL https://chrome.google.com/webstore/detail/forms+/abegkmpbggcbnljjnklblgmiiacopkng
Описание This extension adds some quality of life improvements to Google Forms.
Размер файла 250 KB
Количество установок 90
Текущая Версия 0.0.3
Последнее Обновление 2020-05-25
Дата публикации 2020-05-24
Рейтинг 3.00/5 Всего 2 оценок
Разработчик http://lightbulb.education
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://lightbulb.education/formsplus
URL страницы помощи https://lightbulb.education/formsplus
Поддерживаемые языки 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"
            ]
        }
    ]
}