Torrent2Transmission

Adds a torrent from magnet link to Transmission daemon

Torrent2Transmissionとは何ですか?

Torrent2Transmissionはduduamarによって開発されたChromeの拡張機能で、その主な機能は「Adds a torrent from magnet link to Transmission daemon」です。

Torrent2Transmission拡張機能のCRXファイルをダウンロード

Torrent2Transmission拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension lets you right click on a magnet link and send it directly to your Transmission torrent daemon. The daemon login information should be configured in the extension's options page.                    

拡張機能の基本情報

名前 Torrent2Transmission Torrent2Transmission
ID iigjbfigpcfkaiinjigkdopklmbkmfkh
公式URL https://chromewebstore.google.com/detail/torrent2transmission/iigjbfigpcfkaiinjigkdopklmbkmfkh
説明 Adds a torrent from magnet link to Transmission daemon
ファイルサイズ 56.5 KB
インストール数 59
現在のバージョン 0.1
最終更新日 2015-12-31
公開日 2015-12-30
開発者 duduamar
支払い方法 free
ヘルプページのURL https://github.com/duduamar/torrent2transmission
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Torrent2Transmission",
    "description": "Adds a torrent from magnet link to Transmission daemon",
    "version": "0.1",
    "minimum_chrome_version": "40",
    "permissions": [
        "contextMenus",
        "storage",
        "http:\/\/*\/",
        "file:\/\/*\/",
        "notifications"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "jquery-2.1.4.min.js",
            "script.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}