Quick Create Plus

Create new files for Google Drive from your browser bar.

Vad är Quick Create Plus?

Quick Create Plus är en Chrome-tillägg utvecklad av https://www.ignitionedu.com, och dess huvudfunktion är "Create new files for Google Drive from your browser bar.".

Tilläggsskärmbilder

screenshot

Ladda ner Quick Create Plus-förlängningens CRX-fil

Ladda ner Quick Create Plus-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Quick Create Plus Quick Create Plus
ID cofbabcghomgglkjdekepjclhojimanb
Officiell webbadress https://chromewebstore.google.com/detail/quick-create-plus/cofbabcghomgglkjdekepjclhojimanb
Beskrivning Create new files for Google Drive from your browser bar.
Filstorlek 40.7 KB
Antal Installationer 60,469
Aktuell Version 0.2
Senast Uppdaterad 2017-04-23
Publiceringsdatum 2017-04-23
Betyg 4.66/5 Totalt 29 Betyg
Utvecklare https://www.ignitionedu.com
Betalningssätt free
Stödda Språk 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"
    }
}