C-React
A Chrome Extension tool that visualizes React rendering of components
O que é C-React?
C-React é uma extensão do Chrome desenvolvida por C-React, e sua principal característica é "A Chrome Extension tool that visualizes React rendering of components".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão C-React
Baixe arquivos de extensão C-React 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
C-React is an open-source tool that visualizes DOM components as a tree, marks rendering patterns on web pages, and displays performance metrics. The C-React Developer Tool displays a DOM component tree within the Chrome Developer Panel, which receives data sent from our Custom Renderer (https://www.npmjs.com/package/creact-visualizer). Our Developer Tool dynamically updates and communicates with the webpage to visualize component changes and also provides performance metrics of components to promote efficient load times. Instructions: 1. C-React DevTool from the Chrome Web Store 2. Open your React application, rendered by our Custom Renderer 3. Open Chrome Developer Tools and click on the C-React panel 4. Watch the tree update dynamically as you navigate through your web page by clicking on components 5. Click on tree nodes to see corresponding element highlighted on your web page This Dev Tool also works with any webpage that is not rendered by our Customer Renderer, but it will not display loading times for specific elements or display corresponding element highlighted on your web page when a tree node is clicked. Visit us at https://www.c-react.dev/
Informações Básicas da Extensão
Nome | C-React |
ID | lbkchokjjlobhgplflifppneonadpejl |
URL Oficial | https://chromewebstore.google.com/detail/c-react/lbkchokjjlobhgplflifppneonadpejl |
Descrição | A Chrome Extension tool that visualizes React rendering of components |
Tamanho do Arquivo | 701 KB |
Contagem de Instalações | 36 |
Versão Atual | 1.1 |
Última Atualização | 2023-05-21 |
Data de Publicação | 2023-05-21 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | C-React |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.c-react.dev/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "C-React", "version": "1.1", "devtools_page": "devtools.html", "description": "A Chrome Extension tool that visualizes React rendering of components", "background": { "service_worker": "public\/background.bundle.js" }, "content_scripts": [ { "matches": [ " |