Send to Transmission

Send torrent/magnet links to Transmission

Cos'è Send to Transmission?

Send to Transmission è un'estensione di Chrome sviluppata da RJPR, Inc., e la sua funzione principale è "Send torrent/magnet links to Transmission".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Send to Transmission

Scarica i file di estensione Send to Transmission 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

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

20x smaller & less resource intensive than comparable extensions!                    

Informazioni di Base sull'Estensione

Nome Send to Transmission Send to Transmission
ID eofpjahbojddbghdiljnfongjdomhmno
URL Ufficiale https://chrome.google.com/webstore/detail/send-to-transmission/eofpjahbojddbghdiljnfongjdomhmno
Descrizione Send torrent/magnet links to Transmission
Dimensione del File 27.19 KB
Conteggio Installazioni 217
Versione Corrente 1.3
Ultimo Aggiornamento 2017-12-01
Data di Pubblicazione 2017-12-01
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore RJPR, Inc.
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/rjpr/SendToTransmission
Lingue Supportate 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"
}