Send to Transmission

Send torrent/magnet links to Transmission

What is Send to Transmission?

Send to Transmission is a Chrome extension developed by RJPR, Inc., and its main feature is "Send torrent/magnet links to Transmission".

Extension Screenshots

screenshot
screenshot

Download Send to Transmission Extension CRX File

Download Send to Transmission 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

                        Super lightweight extension that adds a context menu item to send torrent & magnet links to Transmission.

20x smaller & less resource intensive than comparable extensions!                    

Extension Basic Information

Name Send to Transmission Send to Transmission
ID eofpjahbojddbghdiljnfongjdomhmno
Official URL https://chrome.google.com/webstore/detail/send-to-transmission/eofpjahbojddbghdiljnfongjdomhmno
Description Send torrent/magnet links to Transmission
File Size 27.19 KB
Installation Count 217
Current Version 1.3
Last Updated 2017-12-01
Publish Date 2017-12-01
Rating 3.00/5 Total 2 Ratings
Developer RJPR, Inc.
Payment Type free
Extension Website https://github.com/rjpr/SendToTransmission
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Send to Transmission",
    "description": "Send torrent\/magnet links to Transmission",
    "version": "1.3",
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "storage",
        "contextMenus",
        ""
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_page": "options.html"
}