Send to Transmission

Send torrent/magnet links to Transmission

什么是Send to Transmission?

Send to Transmission是由RJPR, Inc.开发的Chrome扩展程序,该扩展的主要功能是“Send torrent/magnet links to Transmission”。

扩展截图

screenshot
screenshot

下载Send to Transmission扩展crx文件

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

扩展使用说明

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

20x smaller & less resource intensive than comparable extensions!                    

扩展基本信息

名称 Send to Transmission Send to Transmission
ID eofpjahbojddbghdiljnfongjdomhmno
官方URL https://chrome.google.com/webstore/detail/send-to-transmission/eofpjahbojddbghdiljnfongjdomhmno
简介 Send torrent/magnet links to Transmission
文件大小 27.19 KB
安装次数 217
当前版本 1.3
更新时间 2017-12-01
上架时间 2017-12-01
评分 3.00/5 共2次评分
开发者 RJPR, Inc.
付费类型 free
扩展官网 https://github.com/rjpr/SendToTransmission
支持的语言 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"
}