Quick Search for Google Drive™

Lets you quickly search files in Google Drive™ and get results using the address bar

Qu'est-ce que Quick Search for Google Drive™ ?

Quick Search for Google Drive™ est une extension Chrome développée par Ahmet Kerim Şenol, et sa fonction principale est "Lets you quickly search files in Google Drive™ and get results using the address bar".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Quick Search for Google Drive™ 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

                        Lets you use the omnibar to get quick results from your Google Drive™. 

Just type "drive" to the address bar then enter your query. 

This will list the matching entries. You can also go to Drive's search page by using this extension.                    

Informations de Base sur l'Extension

Nom Quick Search for Google Drive™ Quick Search for Google Drive™
ID ddebdlfmldojeofgkeocjdkloocegmae
URL Officiel https://chrome.google.com/webstore/detail/quick-search-for-google-d/ddebdlfmldojeofgkeocjdkloocegmae
Description Lets you quickly search files in Google Drive™ and get results using the address bar
Taille du Fichier 15.58 KB
Nombre d'Installations 25,351
Version Actuelle 0.3
Dernière Mise à Jour 2015-06-28
Date de Publication 2015-06-28
Évaluation 4.08/5 Total 114 Évaluations
Développeur Ahmet Kerim Şenol
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.3",
    "minimum_chrome_version": "29",
    "name": "Quick Search for Google Drive\u2122",
    "description": "Lets you quickly search files in Google Drive\u2122 and get results using the address bar",
    "omnibox": {
        "keyword": "drive"
    },
    "icons": {
        "128": "res\/icon.png",
        "16": "res\/icon.png",
        "48": "res\/icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "identity"
    ],
    "oauth2": {
        "client_id": "608686014163-6o9nqk0bs8oaaf7qo52ng36aioggb3q4.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.readonly"
        ]
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDtu5VeoVUZ2ae9nXFfQYNvtDVeN4eb0MV\/f4NQ1Z5DUcBjKY4E67lze14dH6\/rnsok6Z5UZIww5liVyQROCERhl6r0pZaMUATvSmK9V9\/vHfn13YMW6tFtdTA5WgnIGL2b3MY7q12iAY9Q\/YEfT+ON4BPvV6WaGrBSku9oaDQtywIDAQAB"
}