Quick Create Plus

Create new files for Google Drive from your browser bar.

Quick Create Plus क्या है?

Quick Create Plus https://www.ignitionedu.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create new files for Google Drive from your browser bar."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Quick Create Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Quick Create Plus Quick Create Plus
ID cofbabcghomgglkjdekepjclhojimanb
आधिकारिक URL https://chromewebstore.google.com/detail/quick-create-plus/cofbabcghomgglkjdekepjclhojimanb
विवरण Create new files for Google Drive from your browser bar.
फ़ाइल का आकार 40.7 KB
स्थापना संख्या 60,469
वर्तमान संस्करण 0.2
अंतिम अपडेट 2017-04-23
प्रकाशन तिथि 2017-04-23
रेटिंग 4.66/5 कुल 29 रेटिंग्स
डेवलपर https://www.ignitionedu.com
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}