Google Drive™ Omnibar Search

Will extend your chrome search, with search in Google Drive

What is Google Drive™ Omnibar Search?

Google Drive™ Omnibar Search is a Chrome extension developed by analytics, and its main feature is "Will extend your chrome search, with search in Google Drive".

Extension Screenshots

screenshot

Download Google Drive™ Omnibar Search Extension CRX File

Download Google Drive™ Omnibar Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Google Drive™ Omnibar Search Google Drive™ Omnibar Search
ID nohkcndmafhiloemjgjgmafpihnejnja
Official URL https://chromewebstore.google.com/detail/google-drive-omnibar-sear/nohkcndmafhiloemjgjgmafpihnejnja
Description Will extend your chrome search, with search in Google Drive
File Size 76.79 KB
Installation Count 245
Current Version 1.0.2
Last Updated 2022-08-04
Publish Date 2020-10-17
Rating 4.50/5 Total 2 Ratings
Developer analytics
Email [email protected]
Payment Type free
Extension Website https://mcgaw.io
Privacy Policy Page URL https://mcgaw.io/privacy-policy
Supported Languages 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"
}