Catberry Debugger

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

Co to jest Catberry Debugger?

Catberry Debugger to rozszerzenie Chrome opracowane przez https://catberry.org, a jego główną funkcją jest „Extends Chrome Developer Tools, adding panels that display information about Catberry components and more”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Catberry Debugger

Pobierz pliki rozszerzeń Catberry Debugger w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa Catberry Debugger Catberry Debugger
ID kjodiadblphfedkaigibpfnklkpdmpfh
Oficjalny URL https://chromewebstore.google.com/detail/catberry-debugger/kjodiadblphfedkaigibpfnklkpdmpfh
Opis Extends Chrome Developer Tools, adding panels that display information about Catberry components and more
Rozmiar pliku 455 KB
Liczba instalacji 135
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2017-03-25
Data Publikacji 2017-03-25
Ocena 4.75/5 Łącznie 4 Oceny
Deweloper https://catberry.org
Typ Płatności free
Strona Rozszerzenia https://github.com/catberry/catberry-debugger
Adres URL Strony Pomocy https://github.com/catberry/catberry-debugger/issues
Obsługiwane Języki 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
}