Magneto
Provides a right-click option to send magnet links to Transmission
Magnetoとは何ですか?
MagnetoはRavrahnによって開発されたChromeの拡張機能で、その主な機能は「Provides a right-click option to send magnet links to Transmission」です。
拡張機能のスクリーンショット
Magneto拡張機能のCRXファイルをダウンロード
Magneto拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension gives an "Add to Transmission" option in the right-click menu. Clicking it will add the magnet link to your Transmission web client (does nothing on non-magnet links). 拡張機能の基本情報
| 名前 | |
| ID | hdbhpfgakloaplbielkaidkecmfcmbkj |
| 公式URL | https://chromewebstore.google.com/detail/magneto/hdbhpfgakloaplbielkaidkecmfcmbkj |
| 説明 | Provides a right-click option to send magnet links to Transmission |
| ファイルサイズ | 80.12 KB |
| インストール数 | 18 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2018-05-29 |
| 公開日 | 2018-05-28 |
| 開発者 | Ravrahn |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Magneto",
"version": "1.0",
"description": "Provides a right-click option to send magnet links to Transmission",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"64": "icon64.png",
"128": "icon128.png",
"256": "icon256.png",
"512": "icon512.png"
},
"background": {
"scripts": [
"background.js"
]
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"permissions": [
"activeTab",
"contextMenus",
" | |