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
官方URL 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"
    }
}