ReNZB

Send nzb files to NZBGet

Cos'è ReNZB?

ReNZB è un'estensione di Chrome sviluppata da renzb, e la sua funzione principale è "Send nzb files to NZBGet".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ReNZB

Scarica i file di estensione ReNZB in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome ReNZB ReNZB
ID okfdbhdcijcclimicnajflifplapcbhb
URL Ufficiale https://chrome.google.com/webstore/detail/renzb/okfdbhdcijcclimicnajflifplapcbhb
Descrizione Send nzb files to NZBGet
Dimensione del File 48.33 KB
Conteggio Installazioni 196
Versione Corrente 0.3
Ultimo Aggiornamento 2013-12-14
Data di Pubblicazione 2013-12-14
Valutazione 2.25/5 Totale 12 Valutazioni
Sviluppatore renzb
Tipo di Pagamento free
Lingue Supportate 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"
    }
}