SendToQnap
Send a url to QNAP downloadstation
SendToQnap란 무엇입니까?
SendToQnap은(는) fredwolff70에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send a url to QNAP downloadstation"입니다.
확장 프로그램 스크린샷
SendToQnap 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } } |