Chromission
Chrome Transmission interative extension to add access and control torrents with Chrome.
Vad är Chromission?
Chromission är en Chrome-tillägg utvecklad av Augusto Campos, och dess huvudfunktion är "Chrome Transmission interative extension to add access and control torrents with Chrome.".
Tilläggsskärmbilder
Ladda ner Chromission-förlängningens CRX-fil
Ladda ner Chromission-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Chromission |
ID | membgagkkllkajoamilbhbiljepakdmn |
Officiell webbadress | https://chromewebstore.google.com/detail/chromission/membgagkkllkajoamilbhbiljepakdmn |
Beskrivning | Chrome Transmission interative extension to add access and control torrents with Chrome. |
Filstorlek | 117 KB |
Antal Installationer | 383 |
Aktuell Version | 1.0.4 |
Senast Uppdaterad | 2014-03-05 |
Publiceringsdatum | 2014-03-04 |
Betyg | 4.29/5 Totalt 7 Betyg |
Utvecklare | Augusto Campos |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |