Transmitter for Transmission
Communicates with Transmission torrent client. Supports adding torrents (incl. magnet links) & quickly looking at torrent status.
Transmitter for Transmissionとは何ですか?
Transmitter for Transmissionはunrelenting.technologyによって開発されたChromeの拡張機能で、その主な機能は「Communicates with Transmission torrent client. Supports adding torrents (incl. magnet links) & quickly looking at torrent status.」です。
拡張機能のスクリーンショット
Transmitter for Transmission拡張機能のCRXファイルをダウンロード
Transmitter for Transmission拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A WebExtension for the Transmission BitTorrent client. Adds a context menu item for downloading torrents (both magnets and links to .torrent files) on your remote Transmission server. Adds a browser action (popup toolbar icon thing) that lets you view existing torrents' status. That button even has a badge (auto-updating torrent count / download speed / upload speed). Automatically picks up your session from the Transmission web UI, no need for separate authentication. Works fine if your Transmission instance is behind a reverse proxy that uses TLS client certificates.
拡張機能の基本情報
名前 | Transmitter for Transmission |
ID | cdmpmfcgepijfiaaojbahpmpjfkgdgja |
公式URL | https://chromewebstore.google.com/detail/transmitter-for-transmiss/cdmpmfcgepijfiaaojbahpmpjfkgdgja |
説明 | Communicates with Transmission torrent client. Supports adding torrents (incl. magnet links) & quickly looking at torrent status. |
ファイルサイズ | 20.37 KB |
インストール数 | 846 |
現在のバージョン | 1.1.1 |
最終更新日 | 2017-12-06 |
公開日 | 2017-12-06 |
評価 | 3.40/5 合計 5 レビュー |
開発者 | unrelenting.technology |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/myfreeweb/transmitter |
ヘルプページのURL | https://github.com/myfreeweb/transmitter/issues |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Transmitter for Transmission", "author": "unrelenting.technology", "version": "1.1.1", "description": "Communicates with Transmission torrent client. Supports adding torrents (incl. magnet links) & quickly looking at torrent status.", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "alarms", "contextMenus", "storage", "webRequest", "webRequestBlocking", "http:\/\/transmitter.web-extension\/*", " |