ReNZB
Send nzb files to NZBGet
Qu'est-ce que ReNZB ?
ReNZB est une extension Chrome développée par renzb, et sa fonction principale est "Send nzb files to NZBGet".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ReNZB
Téléchargez les fichiers d'extension ReNZB au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | okfdbhdcijcclimicnajflifplapcbhb |
URL Officiel | https://chrome.google.com/webstore/detail/renzb/okfdbhdcijcclimicnajflifplapcbhb |
Description | Send nzb files to NZBGet |
Taille du Fichier | 48.33 KB |
Nombre d'Installations | 196 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2013-12-14 |
Date de Publication | 2013-12-14 |
Évaluation | 2.25/5 Total 12 Évaluations |
Développeur | renzb |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |