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ファイルをダウンロード
Transmission Web UI拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } |