C-React
A Chrome Extension tool that visualizes React rendering of components
什麼是C-React?
C-React是由C-React開發的Chrome擴展程式,該擴展的主要功能是“A Chrome Extension tool that visualizes React rendering of components”。
擴展截圖
下載C-React擴展crx文件
下載C-React擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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/
擴展基本資訊
名稱 | C-React |
ID | lbkchokjjlobhgplflifppneonadpejl |
官方網址 | https://chromewebstore.google.com/detail/c-react/lbkchokjjlobhgplflifppneonadpejl |
簡介 | A Chrome Extension tool that visualizes React rendering of components |
檔案大小 | 701 KB |
安裝次數 | 36 |
目前版本 | 1.1 |
更新時間 | 2023-05-21 |
上架時間 | 2023-05-21 |
評分 | 5.00/5 共 4 次評分 |
開發者 | C-React |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.c-react.dev/ |
支援的語言 | 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": [ " |