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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |