NAS Download Manager (for Synology)
Add and manage Download Station tasks on your Synology DiskStation.
NAS Download Manager (for Synology) क्या है?
NAS Download Manager (for Synology) seansfkelley द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add and manage Download Station tasks on your Synology DiskStation."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NAS Download Manager (for Synology) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
NAS Download Manager allows you to add and manage your download tasks on your Synology DiskStation NAS right from your browser. NAS Download Manager requires a Synology NAS with DSM version 4 or higher. Features: - Right-click and download many types of media and files (e.g. .torrent files). - Clear all completed tasks with one click. - Choose destination folder for new download tasks. - View, filter and sort all the current download tasks in the extension popup. - Add/pause/resume/remove download tasks in the extension popup. - System notifications for completed download tasks. - Open some types of links (e.g. magnet:) in the extension rather than a desktop application. - Add multiple downloads at the same time. Please note that NAS Download Manager is not an official Synology offering.
एक्सटेंशन की मूल जानकारी
नाम | NAS Download Manager (for Synology) |
ID | iaijiochiiocodhamehbpmdlobhgghgi |
आधिकारिक URL | https://chromewebstore.google.com/detail/nas-download-manager-for/iaijiochiiocodhamehbpmdlobhgghgi |
विवरण | Add and manage Download Station tasks on your Synology DiskStation. |
फ़ाइल का आकार | 952 KB |
स्थापना संख्या | 48,077 |
वर्तमान संस्करण | 0.12.2 |
अंतिम अपडेट | 2023-09-14 |
प्रकाशन तिथि | 2020-03-02 |
रेटिंग | 3.05/5 कुल 172 रेटिंग्स |
डेवलपर | seansfkelley |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/seansfkelley/nas-download-manager |
सहायता पृष्ठ URL | https://github.com/seansfkelley/nas-download-manager/issues |
गोपनीयता नीति पृष्ठ URL | https://github.com/seansfkelley/synology-download-manager/blob/master/PRIVACY.md |
समर्थित भाषाएँ | de,en,fr,ru,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NAS Download Manager (for Synology)", "version": "0.12.2", "description": "__MSG_Add_and_manage_Download_Station_tasks_on_your_Synology_DiskStation__", "default_locale": "en", "background": { "scripts": [ "dist\/background\/index.js" ] }, "permissions": [ "contextMenus", "storage", "notifications", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "dist\/content\/index.js" ] } ], "browser_action": { "browser_style": true, "default_title": "NAS Download Manager", "default_popup": "html\/popup.html", "default_icon": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png", "256": "icons\/icon-256.png" } }, "options_ui": { "page": "html\/settings.html" }, "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png", "256": "icons\/icon-256.png" } } |