Catberry Debugger

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

Cos'è Catberry Debugger?

Catberry Debugger è un'estensione di Chrome sviluppata da https://catberry.org, e la sua funzione principale è "Extends Chrome Developer Tools, adding panels that display information about Catberry components and more".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Catberry Debugger

Scarica i file di estensione Catberry Debugger in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Catberry Debugger Catberry Debugger
ID kjodiadblphfedkaigibpfnklkpdmpfh
URL Ufficiale https://chromewebstore.google.com/detail/catberry-debugger/kjodiadblphfedkaigibpfnklkpdmpfh
Descrizione Extends Chrome Developer Tools, adding panels that display information about Catberry components and more
Dimensione del File 455 KB
Conteggio Installazioni 135
Versione Corrente 1.0.0
Ultimo Aggiornamento 2017-03-25
Data di Pubblicazione 2017-03-25
Valutazione 4.75/5 Totale 4 Valutazioni
Sviluppatore https://catberry.org
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/catberry/catberry-debugger
URL della Pagina di Aiuto https://github.com/catberry/catberry-debugger/issues
Lingue Supportate 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
}