Milo

Fastest Google drive search engine

什麼是Milo?

Milo是由Breeze開發的Chrome擴展程式,該擴展的主要功能是“Fastest Google drive search engine”。

擴展截圖

screenshot

下載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 Milo
ID pbjoidcijiodknaiocppjokdgbmhfgme
官方網址 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"
    }
}