Google Form Desing Editor

Google Form Desing Editor allows you to alter the document aspect.

Что такое Google Form Desing Editor?

Google Form Desing Editor - это расширение Chrome, разработанное Unknown, и его основная функция - "Google Form Desing Editor allows you to alter the document aspect.".

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

screenshot

Скачать файл CRX расширения Google Form Desing Editor

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

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

                        Google Form Editor, doesn't add visual aspects to your Google Form. It works for modify the Form as such by changing document configuration                    

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

Название Google Form Desing Editor Google Form Desing Editor
ID nebkelemoemkibpneijjiojkcjehnhmn
Официальный URL https://chromewebstore.google.com/detail/google-form-desing-editor/nebkelemoemkibpneijjiojkcjehnhmn
Описание Google Form Desing Editor allows you to alter the document aspect.
Размер файла 3.24 KB
Количество установок 108
Текущая Версия 0.1
Последнее Обновление 2020-04-10
Дата публикации 2020-04-09
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Form Desing Editor",
    "version": "0.1",
    "description": "Google Form Desing Editor allows you to alter the document aspect.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/docs.google.com\/forms\/d\/e\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}