Torrent2Transmission
Adds a torrent from magnet link to Transmission daemon
O que é Torrent2Transmission?
Torrent2Transmission é uma extensão do Chrome desenvolvida por duduamar, e sua principal característica é "Adds a torrent from magnet link to Transmission daemon".
Baixar o arquivo CRX da Extensão Torrent2Transmission
Baixe arquivos de extensão Torrent2Transmission no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This extension lets you right click on a magnet link and send it directly to your Transmission torrent daemon. The daemon login information should be configured in the extension's options page.
Informações Básicas da Extensão
Nome | Torrent2Transmission |
ID | iigjbfigpcfkaiinjigkdopklmbkmfkh |
URL Oficial | https://chromewebstore.google.com/detail/torrent2transmission/iigjbfigpcfkaiinjigkdopklmbkmfkh |
Descrição | Adds a torrent from magnet link to Transmission daemon |
Tamanho do Arquivo | 56.5 KB |
Contagem de Instalações | 59 |
Versão Atual | 0.1 |
Última Atualização | 2015-12-31 |
Data de Publicação | 2015-12-30 |
Desenvolvedor | duduamar |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://github.com/duduamar/torrent2transmission |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Torrent2Transmission", "description": "Adds a torrent from magnet link to Transmission daemon", "version": "0.1", "minimum_chrome_version": "40", "permissions": [ "contextMenus", "storage", "http:\/\/*\/", "file:\/\/*\/", "notifications" ], "background": { "persistent": false, "scripts": [ "jquery-2.1.4.min.js", "script.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_ui": { "page": "options.html", "chrome_style": true } } |