Umbraco Developer Tools

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

Umbraco Developer Tools là gì?

Umbraco Developer Tools là một tiện ích mở rộng Chrome được phát triển bởi Warren Buckley, và tính năng chính của nó là "This helps Umbraco development by adding realtime Log information. In the future other utilities will be added.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Umbraco Developer Tools

Tải xuống các tệp mở rộng Umbraco Developer Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Umbraco Developer Tools Umbraco Developer Tools
ID gjcgemjmhmgcmioedcghnemmadcimjia
URL Chính Thức https://chrome.google.com/webstore/detail/umbraco-developer-tools/gjcgemjmhmgcmioedcghnemmadcimjia
Mô tả This helps Umbraco development by adding realtime Log information. In the future other utilities will be added.
Kích Thước Tệp 224 KB
Số Lần Cài Đặt 113
Phiên Bản Hiện Tại 1.0.0 beta
Cập Nhật Lần Cuối 2016-07-26
Ngày Phát Hành 2016-07-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Warren Buckley
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/warrenbuckley/Umbraco-DevTools
URL Trang Trợ Giúp https://github.com/warrenbuckley/Umbraco-DevTools
Ngôn Ngữ Được Hỗ Trợ 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"
}