ReNZB
Send nzb files to NZBGet
什么是ReNZB?
ReNZB是由renzb开发的Chrome扩展程序,该扩展的主要功能是“Send nzb files to NZBGet”。
扩展截图
下载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
扩展基本信息
名称 | |
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" } } |