Transmission Context Menu

Chrome context menu to add magnet/torrent links to Transmission.

What is Transmission Context Menu?

Transmission Context Menu is a Chrome extension developed by Cyrus David, and its main feature is "Chrome context menu to add magnet/torrent links to Transmission.".

Extension Screenshots

screenshot
screenshot

Download Transmission Context Menu Extension CRX File

Download Transmission Context Menu 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

                        Add a context menu on links for them to be added to a Transmission BitTorrent Client.                    

Extension Basic Information

Name Transmission Context Menu Transmission Context Menu
ID logjcbgammnnndceigfomoaaahknchib
Official URL https://chromewebstore.google.com/detail/transmission-context-menu/logjcbgammnnndceigfomoaaahknchib
Description Chrome context menu to add magnet/torrent links to Transmission.
File Size 114 KB
Installation Count 287
Current Version 0.2.0
Last Updated 2018-05-06
Publish Date 2018-05-05
Rating 3.40/5 Total 5 Ratings
Developer Cyrus David
Payment Type free
Extension Website https://github.com/vohof/chrome-transmission-context-menu
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Chrome context menu to add magnet\/torrent links to Transmission.",
    "version": "0.2.0",
    "name": "Transmission Context Menu",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "contextMenus",
        "notifications",
        ""
    ]
}