A Chrome extension to send magnet links to a Synology NAS for download.
- Adds a context menu item to send selected magnet links to Synology NAS.
- Notifies the user about the success or failure of the operation.
- Clone the repository:
git clone https://github.com/your-username/your-repo-name.git
- Go to the cloned directory:
cd your-repo-name - Install the dependencies:
npm install
- Build the extension:
npm run build
- Load the extension in Chrome:
- Go to
chrome://extensions/in your Chrome browser. - Enable Developer mode.
- Click "Load unpacked".
- Select the
builddirectory.
- Go to
- Right-click on a magnet link.
- Select "Send to Synology NAS" from the context menu.
- The extension will send the magnet link to your Synology NAS for download.
- You will receive a notification about the success or failure of the operation.