ReNZB

Send nzb files to NZBGet

Co to jest ReNZB?

ReNZB to rozszerzenie Chrome opracowane przez renzb, a jego główną funkcją jest „Send nzb files to NZBGet”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ReNZB

Pobierz pliki rozszerzeń ReNZB w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa ReNZB ReNZB
ID okfdbhdcijcclimicnajflifplapcbhb
Oficjalny URL https://chrome.google.com/webstore/detail/renzb/okfdbhdcijcclimicnajflifplapcbhb
Opis Send nzb files to NZBGet
Rozmiar pliku 48.33 KB
Liczba instalacji 196
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2013-12-14
Data Publikacji 2013-12-14
Ocena 2.25/5 Łącznie 12 Oceny
Deweloper renzb
Typ Płatności free
Obsługiwane Języki 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"
    }
}