Torrent2Transmission
Adds a torrent from magnet link to Transmission daemon
What is Torrent2Transmission?
Torrent2Transmission is a Chrome extension developed by duduamar, and its main feature is "Adds a torrent from magnet link to Transmission daemon".
Download Torrent2Transmission Extension CRX File
Download Torrent2Transmission extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension lets you right click on a magnet link and send it directly to your Transmission torrent daemon. The daemon login information should be configured in the extension's options page.
Extension Basic Information
Name | Torrent2Transmission |
ID | iigjbfigpcfkaiinjigkdopklmbkmfkh |
Official URL | https://chromewebstore.google.com/detail/torrent2transmission/iigjbfigpcfkaiinjigkdopklmbkmfkh |
Description | Adds a torrent from magnet link to Transmission daemon |
File Size | 56.5 KB |
Installation Count | 59 |
Current Version | 0.1 |
Last Updated | 2015-12-31 |
Publish Date | 2015-12-30 |
Developer | duduamar |
Payment Type | free |
Help Page URL | https://github.com/duduamar/torrent2transmission |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Torrent2Transmission", "description": "Adds a torrent from magnet link to Transmission daemon", "version": "0.1", "minimum_chrome_version": "40", "permissions": [ "contextMenus", "storage", "http:\/\/*\/", "file:\/\/*\/", "notifications" ], "background": { "persistent": false, "scripts": [ "jquery-2.1.4.min.js", "script.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_ui": { "page": "options.html", "chrome_style": true } } |