Transmission easy client

Extension add Transmission web GUI in your web browser

Transmission easy clientคืออะไร?

Transmission easy client เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anton และคุณลักษณะหลักของมันคือ "Extension add Transmission web GUI in your web browser"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Transmission easy client

ดาวน์โหลดไฟล์ส่วนขยาย 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 ;)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Transmission easy client Transmission easy client
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"
}