Transmission Web UI
A Web UI For Transmission
Transmission Web UI란 무엇입니까?
Transmission Web UI은(는) zpqsunny에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Web UI For Transmission"입니다.
확장 프로그램 스크린샷
Transmission Web UI 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Transmission modern UI interface needs to be used with Transmission RPC how to use: You will enter the login interface when you use it for the first time Set the URL of Transmission RPC in the login interface Check Authentication if there is authentication and fill in username and password If the torrent information cannot be obtained for a long time, log out in the upper right corner and log in again The configuration is correct, the next time you open it, it will automatically enter the seed management interface by default The main function: Add/remove torrents View/manage torrent lists View/manage file list Manage file priority Manage Trackers Control download/upload speed Select the magnet link and right click to download it quickly
확장 프로그램 기본 정보
이름 | Transmission Web UI |
ID | kbpnojigbmopjjhokfbdeejefhniedlo |
공식 URL | https://chromewebstore.google.com/detail/transmission-web-ui/kbpnojigbmopjjhokfbdeejefhniedlo |
설명 | A Web UI For Transmission |
파일 크기 | 1.18 MB |
설치 횟수 | 210 |
현재 버전 | 2.3.6 |
최근 업데이트 | 2024-02-18 |
출시 날짜 | 2021-08-07 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | zpqsunny |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/zpqsunny/Transmission-Web-UI |
도움말 페이지 URL | https://github.com/zpqsunny/Transmission-Web-UI |
개인정보 보호 정책 페이지 URL | https://github.com/zpqsunny/dht/blob/main/secretright.md |
지원되는 언어 | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "version": "2.3.6", "action": { "default_icon": { "16": "images\/download16.png", "32": "images\/download32.png" }, "default_title": "Transmission Web UI" }, "default_locale": "en", "icons": { "16": "images\/download16.png", "48": "images\/download48.png", "128": "images\/download128.png" }, "description": "A Web UI For Transmission", "author": "zpq", "background": { "service_worker": "background.js" }, "homepage_url": "https:\/\/github.com\/zpqsunny\/Transmission-Web-UI", "host_permissions": [ "https:\/\/*\/", "http:\/\/*\/" ], "permissions": [ "contextMenus", "background", "activeTab", "notifications" ] } |