Application Launcher For Drive (by Google)

Open Drive files directly from your browser in compatible applications installed on your computer.

什麼是Application Launcher For Drive (by Google)?

Application Launcher For Drive (by Google)是由https://google.com開發的Chrome擴展程式,該擴展的主要功能是“Open Drive files directly from your browser in compatible applications installed on your computer.”。

擴展截圖

screenshot

下載Application Launcher For Drive (by Google)擴展crx文件

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

擴展使用說明

                        This extension from Google lets you open Drive files directly from your browser in compatible applications installed on your computer. Start by installing Google Drive for Mac/PC then simply right-click on the file from Google Drive and select “Open with” to see a list of applications on your computer that can open it.

By installing this extension, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.                    

擴展基本資訊

名稱 Application Launcher For Drive (by Google) Application Launcher For Drive (by Google)
ID lmjegmlicamnimmfhcmpkclmigmmcbeh
官方網址 https://chromewebstore.google.com/detail/application-launcher-for/lmjegmlicamnimmfhcmpkclmigmmcbeh
簡介 Open Drive files directly from your browser in compatible applications installed on your computer.
檔案大小 108 KB
安裝次數 84,000,000
目前版本 3.5
更新時間 2023-08-08
上架時間 2023-01-04
評分 2.86/5 共 2054 次評分
開發者 https://google.com
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.google.com/policies/privacy
支援的語言 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background_compiled.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/drive-sync128.png",
            "16": "images\/drive-sync16.png",
            "256": "images\/drive-sync256.png",
            "64": "images\/drive-sync64.png"
        }
    },
    "default_locale": "en_US",
    "description": "__MSG_extensionDescription__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.google.com\/*"
        ]
    },
    "icons": {
        "16": "images\/drive-sync16.png",
        "64": "images\/drive-sync64.png",
        "128": "images\/drive-sync128.png",
        "256": "images\/drive-sync256.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "natively_connectable": [
        "com.google.drive.nativeproxy"
    ],
    "permissions": [
        "nativeMessaging",
        "https:\/\/docs.google.com\/*",
        "https:\/\/drive.google.com\/*"
    ],
    "short_name": "__MSG_extensionShortName__",
    "version": "3.5",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": {
        "email": "[email protected]"
    }
}