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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Valentin Levshits และคุณลักษณะหลักของมันคือ "QNAP Download Station Manager allows you to add links to QNAP download station"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย QNAP Download Station Manager
ดาวน์โหลดไฟล์ส่วนขยาย QNAP Download Station Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |