ReNZB

Send nzb files to NZBGet

ReNZBคืออะไร?

ReNZB เป็นส่วนขยายของ Chrome ที่พัฒนาโดย renzb และคุณลักษณะหลักของมันคือ "Send nzb files to NZBGet"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ReNZB

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}