ReNZB
Send nzb files to NZBGet
ReNZB란 무엇입니까?
ReNZB은(는) renzb에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send nzb files to NZBGet"입니다.
확장 프로그램 스크린샷
ReNZB 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |