SendToQnap

Send a url to QNAP downloadstation

SendToQnap là gì?

SendToQnap là một tiện ích mở rộng Chrome được phát triển bởi fredwolff70, và tính năng chính của nó là "Send a url to QNAP downloadstation".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SendToQnap

Tải xuống các tệp mở rộng SendToQnap dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Right click on an URL or a text selection for sending it to QNAP download station.
Configure your QNAP settings details including IP address, port, intermediate download folder, destination folder and QNAP user login and password 
List your current queued downloads
Remove download item
Test connection setup
Add TLS capability to NAS connection setting

Note : Add your NAS URL to your approved browser certificates by typing following replacing with you rown IP & port
https://yourNASIPAddress:yourNASIPAddressUsually443/cgi-bin/authLogin.cgi

Don't forget to confirm acceptance in browser warning page

Note: From QTS 4.5.1, Default intermediate temporary folder Download seems removed by default. Either create a new Download folder in Public or a shared Download at same level as Public and add this path to new Temp Dir filed in settings                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SendToQnap SendToQnap
ID nfempnnehcbjgepmchnbciegaefgbdfb
URL Chính Thức https://chromewebstore.google.com/detail/sendtoqnap/nfempnnehcbjgepmchnbciegaefgbdfb
Mô tả Send a url to QNAP downloadstation
Kích Thước Tệp 44.22 KB
Số Lần Cài Đặt 1,985
Phiên Bản Hiện Tại 2.6
Cập Nhật Lần Cuối 2022-02-06
Ngày Phát Hành 2020-05-09
Đánh Giá 3.31/5 Tổng số 13 Đánh Giá
Nhà Phát Triển fredwolff70
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/garoloup/SendToQNAP
URL Trang Trợ Giúp https://github.com/garoloup/SendToQNAP
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SendToQnap",
    "version": "2.6",
    "description": "Send a url to QNAP downloadstation",
    "default_locale": "en",
    "browser_specific_settings": {
        "gecko": {
            "strict_min_version": "57.0"
        }
    },
    "icons": {
        "32": "icons\/32_download.png",
        "48": "icons\/48_download.png",
        "96": "icons\/96_download.png",
        "128": "icons\/128_download.png"
    },
    "options_ui": {
        "page": "popup\/Configure_QNAP_Access.html"
    },
    "permissions": [
        "menus",
        "contextMenus",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "browser_action": {
        "default_icon": "icons\/32_download.png",
        "default_title": "Send To QNAP",
        "default_popup": "popup\/Configure_QNAP_Access.html"
    },
    "background": {
        "scripts": [
            "common.js",
            "SendLink.js"
        ]
    }
}