magnet Link to Transmission Server
A chrome extension helps you add magnet link to Transmission Server.
magnet Link to Transmission Serverとは何ですか?
magnet Link to Transmission Serverはhttps://alleen.twによって開発されたChromeの拡張機能で、その主な機能は「A chrome extension helps you add magnet link to Transmission Server.」です。
拡張機能のスクリーンショット
magnet Link to Transmission Server拡張機能のCRXファイルをダウンロード
magnet Link to Transmission Server拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A chrome extension helps you fast add magnet link to Transmission server. After you install this extension, you will get a magnet icon on toolbar. Click the icon to set your Transmission ip, port, url and try to fetch token. Then you could use right click on any tag, there's a "Send magnet link to Transmission" adding to context menu . Home Page : https://github.com/alleen/magnetToTransmission Bug Report : https://github.com/alleen/magnetToTransmission/issues Released Note: Version 0.5 : 1. Add direct send the "magnet hash code" to Transmission server. Version 0.6 : 1. Fixed PORE and URL can't to change issue.
拡張機能の基本情報
名前 | magnet Link to Transmission Server |
ID | hhgffaamginikggmhlgipghjkhcepnbk |
公式URL | https://chromewebstore.google.com/detail/magnet-link-to-transmissi/hhgffaamginikggmhlgipghjkhcepnbk |
説明 | A chrome extension helps you add magnet link to Transmission Server. |
ファイルサイズ | 560 KB |
インストール数 | 908 |
現在のバージョン | 0.7 |
最終更新日 | 2019-08-26 |
公開日 | 2019-08-25 |
評価 | 4.29/5 合計 7 レビュー |
開発者 | https://alleen.tw |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/alleen/magnetToTransmission |
ヘルプページのURL | https://github.com/alleen/magnetToTransmission |
対応言語 | en,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Alleen Wang", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "0.7", "default_locale": "en", "permissions": [ "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": { "19": "assets\/icon\/icon-16.png", "38": "assets\/icon\/icon-32.png" } }, "icons": { "16": "assets\/icon\/icon-16.png", "32": "assets\/icon\/icon-32.png", "64": "assets\/icon\/icon-64.png", "96": "assets\/icon\/icon-96.png", "128": "assets\/icon\/icon-128.png", "256": "assets\/icon\/icon-256.png" }, "background": { "scripts": [ "assets\/lib\/jquery-2.1.3.min.js", "assets\/js\/content.js" ] }, "options_page": "preferences.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "preferences.html" ] } |