Umbraco Developer Tools

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

什么是Umbraco Developer Tools?

Umbraco Developer Tools是由Warren Buckley开发的Chrome扩展程序,该扩展的主要功能是“This helps Umbraco development by adding realtime Log information. In the future other utilities will be added.”。

扩展截图

screenshot
screenshot

下载Umbraco Developer Tools扩展crx文件

下载Umbraco Developer Tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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/                    

扩展基本信息

名称 Umbraco Developer Tools Umbraco Developer Tools
ID gjcgemjmhmgcmioedcghnemmadcimjia
官方URL https://chrome.google.com/webstore/detail/umbraco-developer-tools/gjcgemjmhmgcmioedcghnemmadcimjia
简介 This helps Umbraco development by adding realtime Log information. In the future other utilities will be added.
文件大小 224 KB
安装次数 113
当前版本 1.0.0 beta
更新时间 2016-07-26
上架时间 2016-07-26
评分 5.00/5 共1次评分
开发者 Warren Buckley
付费类型 free
扩展官网 https://github.com/warrenbuckley/Umbraco-DevTools
帮助页面URL https://github.com/warrenbuckley/Umbraco-DevTools
支持的语言 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"
}