Google Form Desing Editor

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

Co to jest Google Form Desing Editor?

Google Form Desing Editor to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Google Form Desing Editor allows you to alter the document aspect.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Google Form Desing Editor

Pobierz pliki rozszerzeń Google Form Desing Editor 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

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

Podstawowe informacje o rozszerzeniu

Nazwa Google Form Desing Editor Google Form Desing Editor
ID nebkelemoemkibpneijjiojkcjehnhmn
Oficjalny URL https://chromewebstore.google.com/detail/google-form-desing-editor/nebkelemoemkibpneijjiojkcjehnhmn
Opis Google Form Desing Editor allows you to alter the document aspect.
Rozmiar pliku 3.24 KB
Liczba instalacji 108
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2020-04-10
Data Publikacji 2020-04-09
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}