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 |
公式URL | 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 |
Eメール | ffseaspiders.ptri9@gmail.com |
支払い方法 | 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": [ " |