Umbraco Developer Tools

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

O que é Umbraco Developer Tools?

Umbraco Developer Tools é uma extensão do Chrome desenvolvida por Warren Buckley, e sua principal característica é "This helps Umbraco development by adding realtime Log information. In the future other utilities will be added.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Umbraco Developer Tools

Baixe arquivos de extensão Umbraco Developer Tools no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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/                    

Informações Básicas da Extensão

Nome Umbraco Developer Tools Umbraco Developer Tools
ID gjcgemjmhmgcmioedcghnemmadcimjia
URL Oficial https://chrome.google.com/webstore/detail/umbraco-developer-tools/gjcgemjmhmgcmioedcghnemmadcimjia
Descrição This helps Umbraco development by adding realtime Log information. In the future other utilities will be added.
Tamanho do Arquivo 224 KB
Contagem de Instalações 113
Versão Atual 1.0.0 beta
Última Atualização 2016-07-26
Data de Publicação 2016-07-26
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Warren Buckley
Tipo de Pagamento free
Site da Extensão https://github.com/warrenbuckley/Umbraco-DevTools
URL da Página de Ajuda https://github.com/warrenbuckley/Umbraco-DevTools
Idiomas Suportados 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"
}