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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "QNAP Download Station Manager allows you to add links to QNAP download station"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में QNAP Download Station Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}