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
官方網址 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"
}