Chromission

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

Wat is Chromission?

Chromission is een Chrome-extensie ontwikkeld door Augusto Campos, en de belangrijkste functie is "Chrome Transmission interative extension to add access and control torrents with Chrome.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Chromission

Download Chromission-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Chromission Chromission
ID membgagkkllkajoamilbhbiljepakdmn
Officiële URL https://chromewebstore.google.com/detail/chromission/membgagkkllkajoamilbhbiljepakdmn
Beschrijving Chrome Transmission interative extension to add access and control torrents with Chrome.
Bestandsgrootte 117 KB
Aantal Installaties 383
Huidige Versie 1.0.4
Laatst Bijgewerkt 2014-03-05
Publicatiedatum 2014-03-04
Beoordeling 4.29/5 Totaal 7 Beoordelingen
Ontwikkelaar Augusto Campos
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}