Quick Create Plus

Create new files for Google Drive from your browser bar.

Cos'è Quick Create Plus?

Quick Create Plus è un'estensione di Chrome sviluppata da https://www.ignitionedu.com, e la sua funzione principale è "Create new files for Google Drive from your browser bar.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Quick Create Plus

Scarica i file di estensione Quick Create Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Create new files for Google Drive from your browser bar. Links include Docs, Sheets, Slides, Drawings, Forms, and Scripts.                    

Informazioni di Base sull'Estensione

Nome Quick Create Plus Quick Create Plus
ID cofbabcghomgglkjdekepjclhojimanb
URL Ufficiale https://chromewebstore.google.com/detail/quick-create-plus/cofbabcghomgglkjdekepjclhojimanb
Descrizione Create new files for Google Drive from your browser bar.
Dimensione del File 40.7 KB
Conteggio Installazioni 60,469
Versione Corrente 0.2
Ultimo Aggiornamento 2017-04-23
Data di Pubblicazione 2017-04-23
Valutazione 4.66/5 Totale 29 Valutazioni
Sviluppatore https://www.ignitionedu.com
Tipo di Pagamento free
Lingue Supportate en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_title__",
    "version": "0.2",
    "description": "__MSG_description__",
    "default_locale": "en",
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "icons\/suite_38.png"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "icons": {
        "128": "icons\/suite_128.png",
        "48": "icons\/suite_48.png",
        "16": "icons\/suite_16.png"
    }
}