Umbraco Developer Tools

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

What is Umbraco Developer Tools?

Umbraco Developer Tools is a Chrome extension developed by Warren Buckley, and its main feature is "This helps Umbraco development by adding realtime Log information. In the future other utilities will be added.".

Extension Screenshots

screenshot
screenshot

Download Umbraco Developer Tools Extension CRX File

Download Umbraco Developer Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Umbraco Developer Tools Umbraco Developer Tools
ID gjcgemjmhmgcmioedcghnemmadcimjia
Official URL 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.
File Size 224 KB
Installation Count 113
Current Version 1.0.0 beta
Last Updated 2016-07-26
Publish Date 2016-07-26
Rating 5.00/5 Total 1 Ratings
Developer Warren Buckley
Payment Type free
Extension Website https://github.com/warrenbuckley/Umbraco-DevTools
Help Page URL https://github.com/warrenbuckley/Umbraco-DevTools
Supported Languages 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"
}