Chromission
Chrome Transmission interative extension to add access and control torrents with Chrome.
Chromission là gì?
Chromission là một tiện ích mở rộng Chrome được phát triển bởi Augusto Campos, và tính năng chính của nó là "Chrome Transmission interative extension to add access and control torrents with Chrome.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Chromission
Tải xuống các tệp mở rộng Chromission 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
This extension allows you to send torrent files from your browser to your remote or local transmission,via RPC. Allow to sent links, magnetic links, .torrent files, via right click and select Chomission download option.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Chromission |
ID | membgagkkllkajoamilbhbiljepakdmn |
URL Chính Thức | https://chromewebstore.google.com/detail/chromission/membgagkkllkajoamilbhbiljepakdmn |
Mô tả | Chrome Transmission interative extension to add access and control torrents with Chrome. |
Kích Thước Tệp | 117 KB |
Số Lần Cài Đặt | 383 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2014-03-05 |
Ngày Phát Hành | 2014-03-04 |
Đánh Giá | 4.29/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | Augusto Campos |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chromission", "description": "Chrome Transmission interative extension to add access and control torrents with Chrome.", "version": "1.0.4", "icons": { "128": "img\/icon-large.png", "16": "img\/icon-bitty.png", "48": "img\/icon-small.png" }, "permissions": [ "contextMenus", "notifications", "http:\/\/*\/" ], "background": { "page": "html\/background.html" }, "browser_action": { "default_icon": "img\/icon-bitty.png", "default_popup": "html\/list.html", "default_title": "Chromission" }, "options_page": "html\/options.html", "web_accessible_resources": [ "img\/icon-small.png" ] } |