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"입니다.
확장 프로그램 스크린샷
QNAP Download Station Manager 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } } |