Chromission

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

Qu'est-ce que Chromission ?

Chromission est une extension Chrome développée par Augusto Campos, et sa fonction principale est "Chrome Transmission interative extension to add access and control torrents with Chrome.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Chromission

Téléchargez les fichiers d'extension Chromission au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Chromission Chromission
ID membgagkkllkajoamilbhbiljepakdmn
URL Officiel https://chromewebstore.google.com/detail/chromission/membgagkkllkajoamilbhbiljepakdmn
Description Chrome Transmission interative extension to add access and control torrents with Chrome.
Taille du Fichier 117 KB
Nombre d'Installations 383
Version Actuelle 1.0.4
Dernière Mise à Jour 2014-03-05
Date de Publication 2014-03-04
Évaluation 4.29/5 Total 7 Évaluations
Développeur Augusto Campos
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}