Milo
Fastest Google drive search engine
什么是Milo?
Milo是由Breeze开发的Chrome扩展程序,该扩展的主要功能是“Fastest Google drive search engine”。
扩展截图
下载Milo扩展crx文件
下载Milo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Milo is the smart, secure way for you to search across google drive without tab surfing. Milo pulls up the exact page containing the information you need. No more opening random documents and skimming. Privacy is our main ingredient. No one gets access to your docs unless you share them, and all your data is stored in your device cache. More integrations are coming soon..
扩展基本信息
名称 | Milo |
ID | pbjoidcijiodknaiocppjokdgbmhfgme |
官方URL | https://chromewebstore.google.com/detail/milo/pbjoidcijiodknaiocppjokdgbmhfgme |
简介 | Fastest Google drive search engine |
文件大小 | 2.79 MB |
安装次数 | 21 |
当前版本 | 0.0.1 |
更新时间 | 2022-03-07 |
上架时间 | 2022-02-08 |
评分 | 5.00/5 共2次评分 |
开发者 | Breeze |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://typedream.site/garnet-diver-8832 |
帮助页面URL | https://typedream.site/garnet-diver-8832 |
隐私政策页面URL | https://www.jibinmichael.com/privacy-policy-mable |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Milo", "version": "0.0.1", "manifest_version": 3, "description": "Fastest Google drive search engine", "permissions": [ "storage", "unlimitedStorage", "alarms", "identity" ], "background": { "service_worker": "scripts\/background.js" }, "oauth2": { "client_id": "124712663354-jcrd2n7fqbooemtiuk44elodm2ndbrhi.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive.readonly" ] }, "icons": { "128": "assets\/logo.png" }, "options_ui": { "page": "options.html" }, "action": { "default_title": "Milo", "default_popup": "popup.html" } } |