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