Send to Transmission

Send torrent/magnet links to Transmission

Wat is Send to Transmission?

Send to Transmission is een Chrome-extensie ontwikkeld door RJPR, Inc., en de belangrijkste functie is "Send torrent/magnet links to Transmission".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Send to Transmission

Download Send to Transmission-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

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

20x smaller & less resource intensive than comparable extensions!                    

Basisinformatie over de Extensie

Naam Send to Transmission Send to Transmission
ID eofpjahbojddbghdiljnfongjdomhmno
Officiële URL https://chrome.google.com/webstore/detail/send-to-transmission/eofpjahbojddbghdiljnfongjdomhmno
Beschrijving Send torrent/magnet links to Transmission
Bestandsgrootte 27.19 KB
Aantal Installaties 217
Huidige Versie 1.3
Laatst Bijgewerkt 2017-12-01
Publicatiedatum 2017-12-01
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar RJPR, Inc.
Betalingswijze free
Extensiewebsite https://github.com/rjpr/SendToTransmission
Ondersteunde Talen 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"
}