ReNZB

Send nzb files to NZBGet

ReNZB là gì?

ReNZB là một tiện ích mở rộng Chrome được phát triển bởi renzb, và tính năng chính của nó là "Send nzb files to NZBGet".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ReNZB

Tải xuống các tệp mở rộng ReNZB dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ReNZB ReNZB
ID okfdbhdcijcclimicnajflifplapcbhb
URL Chính Thức https://chrome.google.com/webstore/detail/renzb/okfdbhdcijcclimicnajflifplapcbhb
Mô tả Send nzb files to NZBGet
Kích Thước Tệp 48.33 KB
Số Lần Cài Đặt 196
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2013-12-14
Ngày Phát Hành 2013-12-14
Đánh Giá 2.25/5 Tổng số 12 Đánh Giá
Nhà Phát Triển renzb
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}