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 |
官方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 |
电子邮箱 | [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" } |