ReNZB

Send nzb files to NZBGet

什麼是ReNZB?

ReNZB是由renzb開發的Chrome擴展程式,該擴展的主要功能是“Send nzb files to NZBGet”。

擴展截圖

screenshot

下載ReNZB擴展crx文件

下載ReNZB擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}