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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
}