Chromission

Chrome Transmission interative extension to add access and control torrents with Chrome.

Cos'è Chromission?

Chromission è un'estensione di Chrome sviluppata da Augusto Campos, e la sua funzione principale è "Chrome Transmission interative extension to add access and control torrents with Chrome.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Chromission

Scarica i file di estensione Chromission in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Chromission Chromission
ID membgagkkllkajoamilbhbiljepakdmn
URL Ufficiale https://chromewebstore.google.com/detail/chromission/membgagkkllkajoamilbhbiljepakdmn
Descrizione Chrome Transmission interative extension to add access and control torrents with Chrome.
Dimensione del File 117 KB
Conteggio Installazioni 383
Versione Corrente 1.0.4
Ultimo Aggiornamento 2014-03-05
Data di Pubblicazione 2014-03-04
Valutazione 4.29/5 Totale 7 Valutazioni
Sviluppatore Augusto Campos
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}