Google Drive™ Omnibar Search
Will extend your chrome search, with search in Google Drive
什麼是Google Drive™ Omnibar Search?
Google Drive™ Omnibar Search是由analytics開發的Chrome擴展程式,該擴展的主要功能是“Will extend your chrome search, with search in Google Drive”。
擴展截圖
下載Google Drive™ Omnibar Search擴展crx文件
下載Google Drive™ Omnibar Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | Google Drive™ Omnibar Search |
ID | nohkcndmafhiloemjgjgmafpihnejnja |
官方網址 | https://chromewebstore.google.com/detail/google-drive-omnibar-sear/nohkcndmafhiloemjgjgmafpihnejnja |
簡介 | Will extend your chrome search, with search in Google Drive |
檔案大小 | 76.79 KB |
安裝次數 | 245 |
目前版本 | 1.0.2 |
更新時間 | 2022-08-04 |
上架時間 | 2020-10-17 |
評分 | 4.50/5 共 2 次評分 |
開發者 | analytics |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://mcgaw.io |
隱私政策頁面URL | https://mcgaw.io/privacy-policy |
支援的語言 | 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" } |