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