Umbraco Developer Tools

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

Co to jest Umbraco Developer Tools?

Umbraco Developer Tools to rozszerzenie Chrome opracowane przez Warren Buckley, a jego główną funkcją jest „This helps Umbraco development by adding realtime Log information. In the future other utilities will be added.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Umbraco Developer Tools

Pobierz pliki rozszerzeń Umbraco Developer Tools w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa Umbraco Developer Tools Umbraco Developer Tools
ID gjcgemjmhmgcmioedcghnemmadcimjia
Oficjalny URL https://chrome.google.com/webstore/detail/umbraco-developer-tools/gjcgemjmhmgcmioedcghnemmadcimjia
Opis This helps Umbraco development by adding realtime Log information. In the future other utilities will be added.
Rozmiar pliku 224 KB
Liczba instalacji 113
Aktualna Wersja 1.0.0 beta
Ostatnia Aktualizacja 2016-07-26
Data Publikacji 2016-07-26
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Warren Buckley
Typ Płatności free
Strona Rozszerzenia https://github.com/warrenbuckley/Umbraco-DevTools
Adres URL Strony Pomocy https://github.com/warrenbuckley/Umbraco-DevTools
Obsługiwane Języki 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"
}