ReNZB

Send nzb files to NZBGet

ReNZB क्या है?

ReNZB renzb द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send nzb files to NZBGet"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ReNZB एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम ReNZB ReNZB
ID okfdbhdcijcclimicnajflifplapcbhb
आधिकारिक URL https://chrome.google.com/webstore/detail/renzb/okfdbhdcijcclimicnajflifplapcbhb
विवरण Send nzb files to NZBGet
फ़ाइल का आकार 48.33 KB
स्थापना संख्या 196
वर्तमान संस्करण 0.3
अंतिम अपडेट 2013-12-14
प्रकाशन तिथि 2013-12-14
रेटिंग 2.25/5 कुल 12 रेटिंग्स
डेवलपर renzb
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}