put.io

Adds an option to right-click menu that downloads the link with put.io.

什麼是put.io?

put.io是由https://put.io開發的Chrome擴展程式,該擴展的主要功能是“Adds an option to right-click menu that downloads the link with put.io.”。

擴展截圖

screenshot
screenshot
screenshot

下載put.io擴展crx文件

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

擴展使用說明

                        Enables right click downloads to put.io on any page.                    

擴展基本資訊

名稱 put.io put.io
ID gmlaklldebhgnhfoppklejnjcmndcehf
官方網址 https://chromewebstore.google.com/detail/putio/gmlaklldebhgnhfoppklejnjcmndcehf
簡介 Adds an option to right-click menu that downloads the link with put.io.
檔案大小 43.34 KB
安裝次數 2,871
目前版本 3.0.1
更新時間 2023-12-06
上架時間 2020-06-12
評分 4.13/5 共 23 次評分
開發者 https://put.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://put.io
說明頁面URL https://github.com/putdotio/putio-webextension/issues
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "3.0.1",
    "default_locale": "en",
    "homepage_url": "https:\/\/github.com\/putdotio\/putio-webextension",
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCBY\/vZ2HE8Vul6TqZA+q\/c5ZLEWLWkk4Cd5tz5RHBi2DqMvty\/evWUtQgZ3XVDKLGAA+KU1YYDc9UKR4WJ+UBmIos+rJHKWl\/gm4ClCn2EUsAk3JtucexhFFc6DZzMCyH+ZAn5103eCozVCYV6C+9HDrgeBJyRc8HIDDy2i+mAzwIDAQAB",
    "permissions": [
        "contextMenus",
        "identity",
        "storage",
        "notifications"
    ],
    "action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}