Send to Transmission

Send torrent/magnet links to Transmission

Send to Transmissionคืออะไร?

Send to Transmission เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RJPR, Inc. และคุณลักษณะหลักของมันคือ "Send torrent/magnet links to Transmission"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Send to Transmission ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Super lightweight extension that adds a context menu item to send torrent & magnet links to Transmission.

20x smaller & less resource intensive than comparable extensions!                    

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

ชื่อ Send to Transmission Send to Transmission
ID eofpjahbojddbghdiljnfongjdomhmno
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/send-to-transmission/eofpjahbojddbghdiljnfongjdomhmno
คำอธิบาย Send torrent/magnet links to Transmission
ขนาดไฟล์ 27.19 KB
จำนวนการติดตั้ง 217
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2017-12-01
วันที่เผยแพร่ 2017-12-01
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา RJPR, Inc.
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/rjpr/SendToTransmission
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Send to Transmission",
    "description": "Send torrent\/magnet links to Transmission",
    "version": "1.3",
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "storage",
        "contextMenus",
        ""
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_page": "options.html"
}