magnet Link to Transmission Server
A chrome extension helps you add magnet link to Transmission Server.
magnet Link to Transmission Server là gì?
magnet Link to Transmission Server là một tiện ích mở rộng Chrome được phát triển bởi https://alleen.tw, và tính năng chính của nó là "A chrome extension helps you add magnet link to Transmission Server.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng magnet Link to Transmission Server
Tải xuống các tệp mở rộng magnet Link to Transmission Server dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | magnet Link to Transmission Server |
ID | hhgffaamginikggmhlgipghjkhcepnbk |
URL Chính Thức | https://chromewebstore.google.com/detail/magnet-link-to-transmissi/hhgffaamginikggmhlgipghjkhcepnbk |
Mô tả | A chrome extension helps you add magnet link to Transmission Server. |
Kích Thước Tệp | 560 KB |
Số Lần Cài Đặt | 908 |
Phiên Bản Hiện Tại | 0.7 |
Cập Nhật Lần Cuối | 2019-08-26 |
Ngày Phát Hành | 2019-08-25 |
Đánh Giá | 4.29/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | https://alleen.tw |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/alleen/magnetToTransmission |
URL Trang Trợ Giúp | https://github.com/alleen/magnetToTransmission |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |