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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Warren Buckley และคุณลักษณะหลักของมันคือ "This helps Umbraco development by adding realtime Log information. In the future other utilities will be added."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Umbraco Developer Tools

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}