Google Drive™ Omnibar Search

Will extend your chrome search, with search in Google Drive

Qu'est-ce que Google Drive™ Omnibar Search ?

Google Drive™ Omnibar Search est une extension Chrome développée par analytics, et sa fonction principale est "Will extend your chrome search, with search in Google Drive".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Google Drive™ Omnibar Search

Téléchargez les fichiers d'extension Google Drive™ Omnibar Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Google Drive™ Omnibar Search Google Drive™ Omnibar Search
ID nohkcndmafhiloemjgjgmafpihnejnja
URL Officiel https://chromewebstore.google.com/detail/google-drive-omnibar-sear/nohkcndmafhiloemjgjgmafpihnejnja
Description Will extend your chrome search, with search in Google Drive
Taille du Fichier 76.79 KB
Nombre d'Installations 245
Version Actuelle 1.0.2
Dernière Mise à Jour 2022-08-04
Date de Publication 2020-10-17
Évaluation 4.50/5 Total 2 Évaluations
Développeur analytics
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://mcgaw.io
URL de la Page de Politique de Confidentialité https://mcgaw.io/privacy-policy
Langues Prises en Charge 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"
}