Chromission
Chrome Transmission interative extension to add access and control torrents with Chrome.
Apa itu Chromission?
Chromission adalah ekstensi Chrome yang dikembangkan oleh Augusto Campos, dan fitur utamanya adalah "Chrome Transmission interative extension to add access and control torrents with Chrome.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Chromission
Unduh file ekstensi Chromission dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Chromission |
ID | membgagkkllkajoamilbhbiljepakdmn |
URL Resmi | https://chromewebstore.google.com/detail/chromission/membgagkkllkajoamilbhbiljepakdmn |
Deskripsi | Chrome Transmission interative extension to add access and control torrents with Chrome. |
Ukuran File | 117 KB |
Jumlah Instalasi | 383 |
Versi Saat Ini | 1.0.4 |
Terakhir Diperbarui | 2014-03-05 |
Tanggal Publikasi | 2014-03-04 |
Penilaian | 4.29/5 Total 7 Penilaian |
Pengembang | Augusto Campos |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |