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