Transmission Context Menu

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

什么是Transmission Context Menu?

Transmission Context Menu是由Cyrus David开发的Chrome扩展程序,该扩展的主要功能是“Chrome context menu to add magnet/torrent links to Transmission.”。

扩展截图

screenshot
screenshot

下载Transmission Context Menu扩展crx文件

下载Transmission Context Menu扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Transmission Context Menu Transmission Context Menu
ID logjcbgammnnndceigfomoaaahknchib
官方URL https://chromewebstore.google.com/detail/transmission-context-menu/logjcbgammnnndceigfomoaaahknchib
简介 Chrome context menu to add magnet/torrent links to Transmission.
文件大小 114 KB
安装次数 287
当前版本 0.2.0
更新时间 2018-05-06
上架时间 2018-05-05
评分 3.40/5 共5次评分
开发者 Cyrus David
付费类型 free
扩展官网 https://github.com/vohof/chrome-transmission-context-menu
支持的语言 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",
        ""
    ]
}