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"
            ]
        }
    ]
}