Catberry Debugger

Extends Chrome Developer Tools, adding panels that display information about Catberry components and more

Was ist Catberry Debugger?

Catberry Debugger ist eine Chrome-Erweiterung, die von https://catberry.org entwickelt wurde, und ihr Hauptmerkmal ist "Extends Chrome Developer Tools, adding panels that display information about Catberry components and more".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Catberry Debugger-Erweiterungs-CRX-Datei herunterladen

Laden Sie Catberry Debugger-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Catberry Debugger extends Chrome Developer Tools: 
* adds a sidebar that displays information about Catberry-component associated with the selected DOM element;
* adds a panel that displays components, routes, stores data, the state and statistics.
More about Catberry framework http://catberry.org/                    

Grundlegende Informationen zur Erweiterung

Name Catberry Debugger Catberry Debugger
ID kjodiadblphfedkaigibpfnklkpdmpfh
Offizielle URL https://chromewebstore.google.com/detail/catberry-debugger/kjodiadblphfedkaigibpfnklkpdmpfh
Beschreibung Extends Chrome Developer Tools, adding panels that display information about Catberry components and more
Dateigröße 455 KB
Installationsanzahl 135
Aktuelle Version 1.0.0
Letztes Update 2017-03-25
Veröffentlichungsdatum 2017-03-25
Bewertung 4.75/5 Insgesamt 4 Bewertungen
Entwickler https://catberry.org
Zahlungsart free
Erweiterungswebsite https://github.com/catberry/catberry-debugger
Hilfeseite URL https://github.com/catberry/catberry-debugger/issues
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.0.0",
    "description": "__MSG_extDescription__",
    "devtools_page": "sidebar\/index.html",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "manifest_version": 2
}