Transmitter for Transmission
Communicates with Transmission torrent client. Supports adding torrents (incl. magnet links) & quickly looking at torrent status.
Hvad er Transmitter for Transmission?
Transmitter for Transmission er en Chrome-udvidelse udviklet af unrelenting.technology, og dens hovedfunktion er "Communicates with Transmission torrent client. Supports adding torrents (incl. magnet links) & quickly looking at torrent status.".
Udvidelsesskærmbilleder
Download Transmitter for Transmission-udvidelses-CRX-fil
Download Transmitter for Transmission-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
A WebExtension for the Transmission BitTorrent client. Adds a context menu item for downloading torrents (both magnets and links to .torrent files) on your remote Transmission server. Adds a browser action (popup toolbar icon thing) that lets you view existing torrents' status. That button even has a badge (auto-updating torrent count / download speed / upload speed). Automatically picks up your session from the Transmission web UI, no need for separate authentication. Works fine if your Transmission instance is behind a reverse proxy that uses TLS client certificates.
Grundlæggende oplysninger om udvidelsen
Navn | Transmitter for Transmission |
ID | cdmpmfcgepijfiaaojbahpmpjfkgdgja |
Officiel URL | https://chromewebstore.google.com/detail/transmitter-for-transmiss/cdmpmfcgepijfiaaojbahpmpjfkgdgja |
Beskrivelse | Communicates with Transmission torrent client. Supports adding torrents (incl. magnet links) & quickly looking at torrent status. |
Filstørrelse | 20.37 KB |
Antal Installationer | 846 |
Nuværende Version | 1.1.1 |
Senest Opdateret | 2017-12-06 |
Udgivelsesdato | 2017-12-06 |
Bedømmelse | 3.40/5 Samlet 5 Bedømmelser |
Udvikler | unrelenting.technology |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/myfreeweb/transmitter |
Hjælpeside-URL | https://github.com/myfreeweb/transmitter/issues |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Transmitter for Transmission", "author": "unrelenting.technology", "version": "1.1.1", "description": "Communicates with Transmission torrent client. Supports adding torrents (incl. magnet links) & quickly looking at torrent status.", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "alarms", "contextMenus", "storage", "webRequest", "webRequestBlocking", "http:\/\/transmitter.web-extension\/*", " |