Send to Transmission

Send torrent/magnet links to Transmission

Send to Transmission là gì?

Send to Transmission là một tiện ích mở rộng Chrome được phát triển bởi RJPR, Inc., và tính năng chính của nó là "Send torrent/magnet links to Transmission".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Send to Transmission

Tải xuống các tệp mở rộng Send to Transmission dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

20x smaller & less resource intensive than comparable extensions!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Send to Transmission Send to Transmission
ID eofpjahbojddbghdiljnfongjdomhmno
URL Chính Thức https://chrome.google.com/webstore/detail/send-to-transmission/eofpjahbojddbghdiljnfongjdomhmno
Mô tả Send torrent/magnet links to Transmission
Kích Thước Tệp 27.19 KB
Số Lần Cài Đặt 217
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2017-12-01
Ngày Phát Hành 2017-12-01
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển RJPR, Inc.
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/rjpr/SendToTransmission
Ngôn Ngữ Được Hỗ Trợ 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"
}