Google Form Desing Editor

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

Apa itu Google Form Desing Editor?

Google Form Desing Editor adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Google Form Desing Editor allows you to alter the document aspect.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Google Form Desing Editor

Unduh file ekstensi Google Form Desing Editor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Google Form Desing Editor Google Form Desing Editor
ID nebkelemoemkibpneijjiojkcjehnhmn
URL Resmi https://chromewebstore.google.com/detail/google-form-desing-editor/nebkelemoemkibpneijjiojkcjehnhmn
Deskripsi Google Form Desing Editor allows you to alter the document aspect.
Ukuran File 3.24 KB
Jumlah Instalasi 108
Versi Saat Ini 0.1
Terakhir Diperbarui 2020-04-10
Tanggal Publikasi 2020-04-09
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}