Umbraco Developer Tools

This helps Umbraco development by adding realtime Log information. In the future other utilities will be added.

Cos'è Umbraco Developer Tools?

Umbraco Developer Tools è un'estensione di Chrome sviluppata da Warren Buckley, e la sua funzione principale è "This helps Umbraco development by adding realtime Log information. In the future other utilities will be added.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Umbraco Developer Tools

Scarica i file di estensione Umbraco Developer Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Umbraco Developer Tools Umbraco Developer Tools
ID gjcgemjmhmgcmioedcghnemmadcimjia
URL Ufficiale https://chrome.google.com/webstore/detail/umbraco-developer-tools/gjcgemjmhmgcmioedcghnemmadcimjia
Descrizione This helps Umbraco development by adding realtime Log information. In the future other utilities will be added.
Dimensione del File 224 KB
Conteggio Installazioni 113
Versione Corrente 1.0.0 beta
Ultimo Aggiornamento 2016-07-26
Data di Pubblicazione 2016-07-26
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Warren Buckley
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/warrenbuckley/Umbraco-DevTools
URL della Pagina di Aiuto https://github.com/warrenbuckley/Umbraco-DevTools
Lingue Supportate 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"
}