.torrent to Transmission

Automagically add, access and control torrents with Chrome.

Τι είναι το .torrent to Transmission;

Το .torrent to Transmission είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον quickdry21, και η κύρια λειτουργία του είναι "Automagically add, access and control torrents with Chrome.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης .torrent to Transmission

Λήψη αρχείων επέκτασης .torrent to Transmission σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Automagically integrates the Transmission BitTorrent client with the Chrome browser in the least intrusive way possible.

- Right click to add any link to Transmission
  - Including magnet links
  - Now works with private trackers - check the options page
- Provides a user interface built right into Chrome that allows you to manage your torrents
  - See your current torrents - divided up into all, downloading, seeding and paused
  - Manage your torrents:
    - Pause, remove and move individual torrents up and down the queue
    - Pause and remove groups of torrents
  - Enable/disable turtle mode
  - Provides a quick link to the Transmission built in web interface

*** Setup ***
- Enable the Transmission Web UI
  - Open up Transmission
  - Goto Edit -> Preference and select the Web tab
  - Make sure the Enable web client box is checked
- Enter .torrent to Transmission settings
  - Open up the .torrent to Transmission options page
  - Enter the correct RPC address and correct WebUI address
    - RPC address will take the format of http://:9091/transmission/rpc
    - WebUI address will take the format of http://:9091
    - Make sure to replce  with the IP address running the Transmission client

*** Changelog ***

1.0.0
  - Popup will show an error page if unable to communicate with Transmission RPC
  - Added support for private torrent files/trackers. There is now an item in the options page for downloading the .torrent file and sending the data to Transmission

0.5.9
  - Fixed 'Error: undefined' issue in options page when detecting RPC version.

0.5.8
  - Using Chrome notification API instead of deprecated webkit notifications.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα .torrent to Transmission .torrent to Transmission
ID fjfeeonbeiocojnpfboldpckcgcfknll
Επίσημο URL https://chromewebstore.google.com/detail/torrent-to-transmission/fjfeeonbeiocojnpfboldpckcgcfknll
Περιγραφή Automagically add, access and control torrents with Chrome.
Μέγεθος Αρχείου 117 KB
Αριθμός Εγκαταστάσεων 23,992
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2016-01-17
Ημερομηνία Δημοσίευσης 2016-01-17
Αξιολόγηση 3.55/5 Συνολικά 212 Αξιολογήσεις
Προγραμματιστής quickdry21
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": ".torrent to Transmission",
    "description": "Automagically add, access and control torrents with Chrome.",
    "version": "1.0.0",
    "manifest_version": 2,
    "permissions": [
        "contextMenus",
        "notifications",
        "http:\/\/*\/"
    ],
    "background": {
        "page": "html\/background.html"
    },
    "options_page": "html\/options.html",
    "icons": {
        "16": "img\/icon-bitty.png",
        "48": "img\/icon-small.png",
        "128": "img\/icon-large.png"
    },
    "browser_action": {
        "default_icon": "img\/icon-bitty.png",
        "default_title": ".torrent to Transmission",
        "default_popup": "html\/list.html"
    },
    "web_accessible_resources": [
        "img\/icon-large.png"
    ]
}