ZyXEL NAS Link Capture

Creates a right-click context menu to send a link to your ZyXEL home NAS device.

Τι είναι το ZyXEL NAS Link Capture;

Το ZyXEL NAS Link Capture είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Vahan, και η κύρια λειτουργία του είναι "Creates a right-click context menu to send a link to your ZyXEL home NAS device.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ZyXEL NAS Link Capture

Λήψη αρχείων επέκτασης ZyXEL NAS Link Capture σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ZyXEL's NSA210 has a really nifty Download Service with a cool plugin for Firefox and IE provided on the installation disc. This extension now makes that functionality available to Chrome!

You don't need to download a large file to your computer and then move it to the NAS. You don't even have to wait for the download to complete before shutting down your computer!

Simply right click on any link or image and click the new menu item to send the link to your NSA210; it will begin downloading your file on its own! You can even select some text and send that to your NAS; it will try to download your selection as if it were a URL.

As a lovely side-effect of the way the NSA210 works, if you send it a torrent file it will connect to the trackers and download the torrent!

This extension may work with other ZyXEL NAS devices, but has only been tested with the NSA210.

The "Download Service" must be enabled on your NSA210 for this extension to work. The extension also requires your NAS's IP address or network name. You may be asked to log in to your NAS quite often; this is due to the cookie life expectancy set by ZyXEL and is controlled by the NAS, not the extension.

I am not employed by ZyXEL or affiliated with them in any way. I'm simply a customer, like you, who paid for a product and wants to use all of its features.

-----------------

AUTHOR'S NOTE: If you get some kind of error with "nsa210 cannot be found", most likely your computer or something in your local network is misbehaving. Go into the extension's options and change the name to the IP of your device (screenshot #4). That should fix it!

Make sure Applications → Download Service is enabled on the Administration page of your NAS web interface.

You can choose any subdirectory for the Download Service in case you have a different firmware than ZyXEL NSA210 or NSA325 v2. Advanced users may specify a custom subdirectory to get this extension working on other ZyXEL NAS products.

Version 0.37 updates to Manifest V3 with a service worker to replace the background script.

No user data is collected/sent/sold/stored by this extension. It only stores 2 values (in extension options) in local storage and then uses those to build the URL string for a popup window to communicate with your NAS. These values are deleted when uninstalling the extension.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ZyXEL NAS Link Capture ZyXEL NAS Link Capture
ID fjchadhilcichebeadpoppalaidalfcg
Επίσημο URL https://chromewebstore.google.com/detail/zyxel-nas-link-capture/fjchadhilcichebeadpoppalaidalfcg
Περιγραφή Creates a right-click context menu to send a link to your ZyXEL home NAS device.
Μέγεθος Αρχείου 31.28 KB
Αριθμός Εγκαταστάσεων 1,241
Τρέχουσα Έκδοση 0.37
Τελευταία Ενημέρωση 2022-11-23
Ημερομηνία Δημοσίευσης 2015-07-16
Αξιολόγηση 4.08/5 Συνολικά 26 Αξιολογήσεις
Προγραμματιστής Vahan
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "zxlink.js"
    },
    "description": "Creates a right-click context menu to send a link to your ZyXEL home NAS device.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC1sR0E6IZeLhibaZx+xEA41J4YfCstiFTNooHrEmcNLF3BRxQh87AinJX49g5cm7DCOhAM70lqD7fQLmFR0QRibTbt7AOiz7c4sI9PlqYDFjwNYdDwmORQHbC1EnP39fkYTSnUYSATImr7qgnMPrhy4pf+IORMNdeXjV9W\/TsLWQIDAQAB",
    "manifest_version": 3,
    "name": "ZyXEL NAS Link Capture",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "version": "0.37"
}