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
公式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"
    }
}