Transmission Context Menu
Chrome context menu to add magnet/torrent links to Transmission.
Wat is Transmission Context Menu?
Transmission Context Menu is een Chrome-extensie ontwikkeld door Cyrus David, en de belangrijkste functie is "Chrome context menu to add magnet/torrent links to Transmission.".
Extensie Screenshots
Download het CRX-bestand van de extensie Transmission Context Menu
Download Transmission Context Menu-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
Add a context menu on links for them to be added to a Transmission BitTorrent Client.
Basisinformatie over de Extensie
Naam | Transmission Context Menu |
ID | logjcbgammnnndceigfomoaaahknchib |
Officiële URL | https://chromewebstore.google.com/detail/transmission-context-menu/logjcbgammnnndceigfomoaaahknchib |
Beschrijving | Chrome context menu to add magnet/torrent links to Transmission. |
Bestandsgrootte | 114 KB |
Aantal Installaties | 287 |
Huidige Versie | 0.2.0 |
Laatst Bijgewerkt | 2018-05-06 |
Publicatiedatum | 2018-05-05 |
Beoordeling | 3.40/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Cyrus David |
Betalingswijze | free |
Extensiewebsite | https://github.com/vohof/chrome-transmission-context-menu |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Chrome context menu to add magnet\/torrent links to Transmission.", "version": "0.2.0", "name": "Transmission Context Menu", "options_page": "options.html", "background": { "page": "background.html" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "contextMenus", "notifications", " |