Torrent2Transmission
Adds a torrent from magnet link to Transmission daemon
Torrent2Transmission란 무엇입니까?
Torrent2Transmission은(는) duduamar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds a torrent from magnet link to Transmission daemon"입니다.
Torrent2Transmission 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension lets you right click on a magnet link and send it directly to your Transmission torrent daemon. The daemon login information should be configured in the extension's options page.
확장 프로그램 기본 정보
이름 | Torrent2Transmission |
ID | iigjbfigpcfkaiinjigkdopklmbkmfkh |
공식 URL | https://chromewebstore.google.com/detail/torrent2transmission/iigjbfigpcfkaiinjigkdopklmbkmfkh |
설명 | Adds a torrent from magnet link to Transmission daemon |
파일 크기 | 56.5 KB |
설치 횟수 | 59 |
현재 버전 | 0.1 |
최근 업데이트 | 2015-12-31 |
출시 날짜 | 2015-12-30 |
개발자 | duduamar |
결제 유형 | free |
도움말 페이지 URL | https://github.com/duduamar/torrent2transmission |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Torrent2Transmission", "description": "Adds a torrent from magnet link to Transmission daemon", "version": "0.1", "minimum_chrome_version": "40", "permissions": [ "contextMenus", "storage", "http:\/\/*\/", "file:\/\/*\/", "notifications" ], "background": { "persistent": false, "scripts": [ "jquery-2.1.4.min.js", "script.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_ui": { "page": "options.html", "chrome_style": true } } |