Chromission

Chrome Transmission interative extension to add access and control torrents with Chrome.

Chromissionとは何ですか?

ChromissionはAugusto Camposによって開発されたChromeの拡張機能で、その主な機能は「Chrome Transmission interative extension to add access and control torrents with Chrome.」です。

拡張機能のスクリーンショット

screenshot

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

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

拡張機能の使用方法

                        This extension allows you to send torrent files from your browser to your remote or local transmission,via RPC.
Allow to sent links, magnetic links, .torrent files, via right click and select Chomission download option.                    

拡張機能の基本情報

名前 Chromission Chromission
ID membgagkkllkajoamilbhbiljepakdmn
公式URL https://chromewebstore.google.com/detail/chromission/membgagkkllkajoamilbhbiljepakdmn
説明 Chrome Transmission interative extension to add access and control torrents with Chrome.
ファイルサイズ 117 KB
インストール数 383
現在のバージョン 1.0.4
最終更新日 2014-03-05
公開日 2014-03-04
評価 4.29/5 合計 7 レビュー
開発者 Augusto Campos
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chromission",
    "description": "Chrome Transmission interative extension to add access and control torrents with Chrome.",
    "version": "1.0.4",
    "icons": {
        "128": "img\/icon-large.png",
        "16": "img\/icon-bitty.png",
        "48": "img\/icon-small.png"
    },
    "permissions": [
        "contextMenus",
        "notifications",
        "http:\/\/*\/"
    ],
    "background": {
        "page": "html\/background.html"
    },
    "browser_action": {
        "default_icon": "img\/icon-bitty.png",
        "default_popup": "html\/list.html",
        "default_title": "Chromission"
    },
    "options_page": "html\/options.html",
    "web_accessible_resources": [
        "img\/icon-small.png"
    ]
}