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! 拡張機能の基本情報
| 名前 | |
| ID | nohkcndmafhiloemjgjgmafpihnejnja |
| 公式URL | 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 |
| Eメール | [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"
} | |