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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } |