ReNZB

Send nzb files to NZBGet

O que é ReNZB?

ReNZB é uma extensão do Chrome desenvolvida por renzb, e sua principal característica é "Send nzb files to NZBGet".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ReNZB

Baixe arquivos de extensão ReNZB 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 is used to send .nzb files to an NZBGet running either locally or on another server. To save the steps of having to manually download and load the .nzb file.

Changelog:
0.3
Able to select whether to add nzb to front or end of download queue

0.2
Changed the look of add-notification.
Added notification on download complete.

0.1.1
Added field for username, it is changeable since v11 of NZBGet                    

Informações Básicas da Extensão

Nome ReNZB ReNZB
ID okfdbhdcijcclimicnajflifplapcbhb
URL Oficial https://chrome.google.com/webstore/detail/renzb/okfdbhdcijcclimicnajflifplapcbhb
Descrição Send nzb files to NZBGet
Tamanho do Arquivo 48.33 KB
Contagem de Instalações 196
Versão Atual 0.3
Última Atualização 2013-12-14
Data de Publicação 2013-12-14
Classificação 2.25/5 Total de 12 Avaliações
Desenvolvedor renzb
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "options_page": "options.html",
    "name": "ReNZB",
    "description": "Send nzb files to NZBGet",
    "version": "0.3",
    "permissions": [
        "*:\/\/*\/",
        "contextMenus",
        "tabs",
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "jquery-2.0.3.min.js",
            "nzbget.js",
            "init.js"
        ]
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}