Create New

Quickly create new stuff.

Create New क्या है?

Create New BrowserNative द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly create new stuff."।

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

screenshot
screenshot
screenshot

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

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

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

                        Quickly create new documents and other cool things. Create new Google Docs, Google Sheets, Microsoft Word document, GitHub Gist and many more.

Visit https://browsernative.com/quick-create-google-docs/  for more information.

Created by BrowserNative. Not Affiliated with Google.                    

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

नाम Create New Create New
ID bakmkgjfiaphnfglphdfkgjllpoolgfh
आधिकारिक URL https://chromewebstore.google.com/detail/create-new/bakmkgjfiaphnfglphdfkgjllpoolgfh
विवरण Quickly create new stuff.
फ़ाइल का आकार 64.77 KB
स्थापना संख्या 1,897
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2022-02-17
प्रकाशन तिथि 2018-05-07
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर BrowserNative
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://browsernative.com/quick-create-google-docs/
सहायता पृष्ठ URL https://browsernative.com/quick-create-google-docs/
गोपनीयता नीति पृष्ठ URL https://browsernative.com/extensions-privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Create New",
    "description": "Quickly create new stuff.",
    "version": "1.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "sw.js"
    },
    "icons": {
        "128": "static\/extension-128.png",
        "48": "static\/extension-48.png"
    },
    "action": {
        "default_icon": {
            "128": "static\/extension-128.png",
            "48": "static\/extension-48.png"
        },
        "default_title": "Create New",
        "default_popup": "\/html\/popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "options_ui": {
        "page": "\/html\/options.html",
        "open_in_tab": true
    },
    "commands": {
        "launch-docs": {
            "suggested_key": {
                "default": "Alt+Shift+D"
            },
            "description": "Create New Google Docs File"
        },
        "launch-sheets": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            },
            "description": "Create New Google Sheets File"
        },
        "launch-slides": {
            "suggested_key": {
                "default": "Alt+Shift+P"
            },
            "description": "Create New Google Slides File"
        }
    },
    "homepage_url": "https:\/\/browsernative.com\/quick-create-google-docs\/"
}