Transmission easy client
Extension add Transmission web GUI in your web browser
什么是Transmission easy client?
Transmission easy client是由Anton开发的Chrome扩展程序,该扩展的主要功能是“Extension add Transmission web GUI in your web browser”。
扩展截图
下载Transmission easy client扩展crx文件
下载Transmission easy client扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Transmission easy client This extension allows easy integrate in browser Transmission! Allow: View/manage torrent list. View/manage file list. Manage file priority. Add/remove torrents. Add torrent from the context menu. Control download/upload speed. And something else ;)
扩展基本信息
名称 | |
ID | cmkphjiphbjkffbcbnjiaidnjhahnned |
官方URL | https://chrome.google.com/webstore/detail/transmission-easy-client/cmkphjiphbjkffbcbnjiaidnjhahnned |
简介 | Extension add Transmission web GUI in your web browser |
文件大小 | 365 KB |
安装次数 | 16,743 |
当前版本 | 2.2.2 |
更新时间 | 2021-04-11 |
上架时间 | 2020-01-07 |
评分 | 4.72/5 共272次评分 |
开发者 | Anton |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | http://bug-report-blog.blogspot.ru/2013/10/transmission-easy-client.html |
支持的语言 | en,fr,es,pt-BR,ru,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "88", "browser_action": { "default_icon": { "16": "assets\/icons\/icon_16.png", "24": "assets\/icons\/icon_24.png", "32": "assets\/icons\/icon_32.png" }, "default_popup": "index.html#popup", "default_title": "__MSG_appName__" }, "background": { "scripts": [ "commons.chunk.js", "bg.js" ] }, "icons": { "16": "assets\/icons\/icon_16.png", "48": "assets\/icons\/icon_48.png", "128": "assets\/icons\/icon_128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage", "notifications", "contextMenus" ], "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "options_page": "options.html", "version": "2.2.2" } |