Google Drive™ Omnibar Search

Will extend your chrome search, with search in Google Drive

Google Drive™ Omnibar Search क्या है?

Google Drive™ Omnibar Search analytics द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Will extend your chrome search, with search in Google Drive"।

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

screenshot

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

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

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

                        Ever wish you could just search your Google Drive from the OmniBar? 

Well, I did. 

Now all you need to do is type in `drive` hit the space button, and then type what you are searching for. You will be dropped into Google Drive for your search!                    

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

नाम Google Drive™ Omnibar Search Google Drive™ Omnibar Search
ID nohkcndmafhiloemjgjgmafpihnejnja
आधिकारिक URL https://chromewebstore.google.com/detail/google-drive-omnibar-sear/nohkcndmafhiloemjgjgmafpihnejnja
विवरण Will extend your chrome search, with search in Google Drive
फ़ाइल का आकार 76.79 KB
स्थापना संख्या 245
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2022-08-04
प्रकाशन तिथि 2020-10-17
रेटिंग 4.50/5 कुल 2 रेटिंग्स
डेवलपर analytics
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://mcgaw.io
गोपनीयता नीति पृष्ठ URL https://mcgaw.io/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.2",
    "name": "Google Drive\u2122 Omnibar Search",
    "background": {
        "service_worker": "background.js"
    },
    "description": "Will extend your chrome search, with search in Google Drive",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/icon-48.png"
    },
    "icons": {
        "128": "assets\/icon-128.png",
        "48": "assets\/icon-48.png",
        "32": "assets\/icon-32.png",
        "16": "assets\/icon-16.png"
    },
    "omnibox": {
        "keyword": "drive"
    },
    "oauth2": {
        "client_id": "153135293757-7n3b9muq1rrrrg6hnkpi3bmbmujk9ntm.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.readonly"
        ]
    },
    "permissions": [
        "identity",
        "storage"
    ],
    "minimum_chrome_version": "88"
}