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"
}