Umbraco Developer Tools
This helps Umbraco development by adding realtime Log information. In the future other utilities will be added.
Qu'est-ce que Umbraco Developer Tools ?
Umbraco Developer Tools est une extension Chrome développée par Warren Buckley, et sa fonction principale est "This helps Umbraco development by adding realtime Log information. In the future other utilities will be added.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Umbraco Developer Tools
Téléchargez les fichiers d'extension Umbraco Developer Tools 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 allows you to view realtime logs of your Umbraco ASP.NET CMS website, directly in the Chrome Developer Tools. A requirement of having an Umbraco site 7.5 is needed for this to work along with the package installed in the Umbraco site to allow it to communicate with the Chrome extension. You can install the following Nuget package to make your website https://www.nuget.org/packages/Umbraco.DevTools.Logger/
Informations de Base sur l'Extension
Nom | |
ID | gjcgemjmhmgcmioedcghnemmadcimjia |
URL Officiel | https://chrome.google.com/webstore/detail/umbraco-developer-tools/gjcgemjmhmgcmioedcghnemmadcimjia |
Description | This helps Umbraco development by adding realtime Log information. In the future other utilities will be added. |
Taille du Fichier | 224 KB |
Nombre d'Installations | 113 |
Version Actuelle | 1.0.0 beta |
Dernière Mise à Jour | 2016-07-26 |
Date de Publication | 2016-07-26 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Warren Buckley |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/warrenbuckley/Umbraco-DevTools |
URL de la Page d'Aide | https://github.com/warrenbuckley/Umbraco-DevTools |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Umbraco Developer Tools", "description": "This helps Umbraco development by adding realtime Log information. In the future other utilities will be added.", "version": "1.0.0", "version_name": "1.0.0 beta", "offline_enabled": false, "icons": { "256": "images\/logo-256.png", "128": "images\/logo-128.png", "48": "images\/logo-48.png", "16": "images\/logo-16.png" }, "devtools_page": "views\/proxy.html" } |