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”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | ddebdlfmldojeofgkeocjdkloocegmae |
官方網址 | 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" } |