QNAP Download Station Manager

QNAP Download Station Manager allows you to add links to QNAP download station

什麼是QNAP Download Station Manager?

QNAP Download Station Manager是由Valentin Levshits開發的Chrome擴展程式,該擴展的主要功能是“QNAP Download Station Manager allows you to add links to QNAP download station”。

擴展截圖

screenshot
screenshot

下載QNAP Download Station Manager擴展crx文件

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

擴展使用說明

                        Right click on an URL or a text selection for sending it to QNAP download station.
Configure your QNAP connection settings as well as destination folder and QNAP user login and password. Extension also provides possibility to see list of active downloads.                    

擴展基本資訊

名稱 QNAP Download Station Manager QNAP Download Station Manager
ID agbfjhjpdmkibfdlbpjmlmhdkbmcgjpm
官方網址 https://chromewebstore.google.com/detail/qnap-download-station-man/agbfjhjpdmkibfdlbpjmlmhdkbmcgjpm
簡介 QNAP Download Station Manager allows you to add links to QNAP download station
檔案大小 794 KB
安裝次數 136
目前版本 1.0.5
更新時間 2023-12-29
上架時間 2023-12-02
評分 1.00/5 共 1 次評分
開發者 Valentin Levshits
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "QNAP Download Station",
    "name": "QNAP Download Station Manager",
    "description": "QNAP Download Station Manager allows you to add links to QNAP download station",
    "version": "1.0.5",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "32": "icons8-magnet-32.png",
        "48": "icons8-magnet-48.png",
        "64": "icons8-magnet-64.png",
        "128": "icons8-magnet-128.png",
        "512": "icons8-magnet-512.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "QNAP Download Station Manager Settings"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "optional_host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    }
}