Quick Search for Google Drive™

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

Quick Search for Google Drive™とは何ですか?

Quick Search for Google Drive™はAhmet Kerim Şenolによって開発されたChromeの拡張機能で、その主な機能は「Lets you quickly search files in Google Drive™ and get results using the address bar」です。

拡張機能のスクリーンショット

screenshot

Quick Search for Google Drive™拡張機能のCRXファイルをダウンロード

Quick Search for Google Drive™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Quick Search for Google Drive™ Quick Search for Google Drive™
ID ddebdlfmldojeofgkeocjdkloocegmae
公式URL https://chrome.google.com/webstore/detail/quick-search-for-google-d/ddebdlfmldojeofgkeocjdkloocegmae
説明 Lets you quickly search files in Google Drive™ and get results using the address bar
ファイルサイズ 15.58 KB
インストール数 25,351
現在のバージョン 0.3
最終更新日 2015-06-28
公開日 2015-06-28
評価 4.08/5 合計 114 レビュー
開発者 Ahmet Kerim Şenol
支払い方法 free
対応言語 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"
}