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
官方網址 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"
}