Send to Transmission

Send torrent/magnet links to Transmission

Qu'est-ce que Send to Transmission ?

Send to Transmission est une extension Chrome développée par RJPR, Inc., et sa fonction principale est "Send torrent/magnet links to Transmission".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Send to Transmission

Téléchargez les fichiers d'extension Send to Transmission 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

                        Super lightweight extension that adds a context menu item to send torrent & magnet links to Transmission.

20x smaller & less resource intensive than comparable extensions!                    

Informations de Base sur l'Extension

Nom Send to Transmission Send to Transmission
ID eofpjahbojddbghdiljnfongjdomhmno
URL Officiel https://chrome.google.com/webstore/detail/send-to-transmission/eofpjahbojddbghdiljnfongjdomhmno
Description Send torrent/magnet links to Transmission
Taille du Fichier 27.19 KB
Nombre d'Installations 217
Version Actuelle 1.3
Dernière Mise à Jour 2017-12-01
Date de Publication 2017-12-01
Évaluation 3.00/5 Total 2 Évaluations
Développeur RJPR, Inc.
Type de Paiement free
Site Web de l'Extension https://github.com/rjpr/SendToTransmission
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Send to Transmission",
    "description": "Send torrent\/magnet links to Transmission",
    "version": "1.3",
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "storage",
        "contextMenus",
        ""
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_page": "options.html"
}