Transmission Context Menu
Chrome context menu to add magnet/torrent links to Transmission.
Hvad er Transmission Context Menu?
Transmission Context Menu er en Chrome-udvidelse udviklet af Cyrus David, og dens hovedfunktion er "Chrome context menu to add magnet/torrent links to Transmission.".
Udvidelsesskærmbilleder
Download Transmission Context Menu-udvidelses-CRX-fil
Download Transmission Context Menu-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Add a context menu on links for them to be added to a Transmission BitTorrent Client.
Grundlæggende oplysninger om udvidelsen
Navn | Transmission Context Menu |
ID | logjcbgammnnndceigfomoaaahknchib |
Officiel URL | https://chromewebstore.google.com/detail/transmission-context-menu/logjcbgammnnndceigfomoaaahknchib |
Beskrivelse | Chrome context menu to add magnet/torrent links to Transmission. |
Filstørrelse | 114 KB |
Antal Installationer | 287 |
Nuværende Version | 0.2.0 |
Senest Opdateret | 2018-05-06 |
Udgivelsesdato | 2018-05-05 |
Bedømmelse | 3.40/5 Samlet 5 Bedømmelser |
Udvikler | Cyrus David |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/vohof/chrome-transmission-context-menu |
Understøttede Sprog | 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", " |