Drive Gate

Extension for fast access to Drive folders and files

什麼是Drive Gate?

Drive Gate是由drive.gate.ce開發的Chrome擴展程式,該擴展的主要功能是“Extension for fast access to Drive folders and files”。

擴展截圖

screenshot
screenshot
screenshot

下載Drive Gate擴展crx文件

下載Drive Gate擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This chrome extension provides the one click access to your recent Drive files and folders. It saves time and allows you to quickly access the latest files and folders you have used. You can also save the files to a saved list and access them quickly.                    

擴展基本資訊

名稱 Drive Gate Drive Gate
ID bgamacamkcfldmmfhlonkhfkdkpddbhg
官方網址 https://chromewebstore.google.com/detail/drive-gate/bgamacamkcfldmmfhlonkhfkdkpddbhg
簡介 Extension for fast access to Drive folders and files
檔案大小 104 KB
安裝次數 24
目前版本 1.5.2
更新時間 2021-01-07
上架時間 2020-04-02
評分 5.00/5 共 2 次評分
開發者 drive.gate.ce
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Drive Gate",
    "description": "Extension for fast access to Drive folders and files",
    "author": "GGDevMan",
    "version": "1.5.2",
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "img\/icon32.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "mac": "MacCtrl+Shift+A"
            },
            "description": "Drive Gate"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "identity",
        "storage"
    ],
    "oauth2": {
        "client_id": "1062598236381-tqnhastd1uocpdr7rnjebvgl3lmafusd.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/drive.metadata.readonly"
        ]
    }
}