Google Form Desing Editor

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

Wat is Google Form Desing Editor?

Google Form Desing Editor is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Google Form Desing Editor allows you to alter the document aspect.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Google Form Desing Editor

Download Google Form Desing Editor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Google Form Desing Editor Google Form Desing Editor
ID nebkelemoemkibpneijjiojkcjehnhmn
Officiële URL https://chromewebstore.google.com/detail/google-form-desing-editor/nebkelemoemkibpneijjiojkcjehnhmn
Beschrijving Google Form Desing Editor allows you to alter the document aspect.
Bestandsgrootte 3.24 KB
Aantal Installaties 108
Huidige Versie 0.1
Laatst Bijgewerkt 2020-04-10
Publicatiedatum 2020-04-09
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}