Umbraco Developer Tools
This helps Umbraco development by adding realtime Log information. In the future other utilities will be added.
¿Qué es Umbraco Developer Tools?
Umbraco Developer Tools es una extensión de Chrome desarrollada por Warren Buckley, y su función principal es "This helps Umbraco development by adding realtime Log information. In the future other utilities will be added.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Umbraco Developer Tools
Descarga archivos de extensión Umbraco Developer Tools en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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/
Información Básica de la Extensión
Nombre | |
ID | gjcgemjmhmgcmioedcghnemmadcimjia |
URL Oficial | https://chrome.google.com/webstore/detail/umbraco-developer-tools/gjcgemjmhmgcmioedcghnemmadcimjia |
Descripción | This helps Umbraco development by adding realtime Log information. In the future other utilities will be added. |
Tamaño del Archivo | 224 KB |
Cantidad de Instalaciones | 113 |
Versión Actual | 1.0.0 beta |
Última Actualización | 2016-07-26 |
Fecha de Publicación | 2016-07-26 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Warren Buckley |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/warrenbuckley/Umbraco-DevTools |
URL de la Página de Ayuda | https://github.com/warrenbuckley/Umbraco-DevTools |
Idiomas Soportados | 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" } |