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"
}