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
Eメール [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"
    }
}