Catberry Debugger
Extends Chrome Developer Tools, adding panels that display information about Catberry components and more
O que é Catberry Debugger?
Catberry Debugger é uma extensão do Chrome desenvolvida por https://catberry.org, e sua principal característica é "Extends Chrome Developer Tools, adding panels that display information about Catberry components and more".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Catberry Debugger
Baixe arquivos de extensão Catberry Debugger no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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/
Informações Básicas da Extensão
Nome | Catberry Debugger |
ID | kjodiadblphfedkaigibpfnklkpdmpfh |
URL Oficial | https://chromewebstore.google.com/detail/catberry-debugger/kjodiadblphfedkaigibpfnklkpdmpfh |
Descrição | Extends Chrome Developer Tools, adding panels that display information about Catberry components and more |
Tamanho do Arquivo | 455 KB |
Contagem de Instalações | 135 |
Versão Atual | 1.0.0 |
Última Atualização | 2017-03-25 |
Data de Publicação | 2017-03-25 |
Classificação | 4.75/5 Total de 4 Avaliações |
Desenvolvedor | https://catberry.org |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/catberry/catberry-debugger |
URL da Página de Ajuda | https://github.com/catberry/catberry-debugger/issues |
Idiomas Suportados | 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 } |