SendToQnap
Send a url to QNAP downloadstation
什么是SendToQnap?
SendToQnap是由fredwolff70开发的Chrome扩展程序,该扩展的主要功能是“Send a url to QNAP downloadstation”。
扩展截图
下载SendToQnap扩展crx文件
下载SendToQnap扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | SendToQnap |
ID | nfempnnehcbjgepmchnbciegaefgbdfb |
官方URL | https://chromewebstore.google.com/detail/sendtoqnap/nfempnnehcbjgepmchnbciegaefgbdfb |
简介 | Send a url to QNAP downloadstation |
文件大小 | 44.22 KB |
安装次数 | 1,985 |
当前版本 | 2.6 |
更新时间 | 2022-02-06 |
上架时间 | 2020-05-09 |
评分 | 3.31/5 共13次评分 |
开发者 | fredwolff70 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/garoloup/SendToQNAP |
帮助页面URL | https://github.com/garoloup/SendToQNAP |
支持的语言 | 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" ] } } |