React Fiberline
A devtool extension for inspecting the performance of React components.
React Fiberlineとは何ですか?
React FiberlineはUnknownによって開発されたChromeの拡張機能で、その主な機能は「A devtool extension for inspecting the performance of React components.」です。
拡張機能のスクリーンショット
React Fiberline拡張機能のCRXファイルをダウンロード
React Fiberline拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
React Fiberline is a visualizer to help illustrate the inner workings of the new React Fiber Architecture. 拡張機能の基本情報
| 名前 | |
| ID | ghgjnfokjgenlpnjcobcnelemicbhbbb |
| 公式URL | https://chromewebstore.google.com/detail/react-fiberline/ghgjnfokjgenlpnjcobcnelemicbhbbb |
| 説明 | A devtool extension for inspecting the performance of React components. |
| ファイルサイズ | 211 KB |
| インストール数 | 20 |
| 現在のバージョン | 4 |
| 最終更新日 | 2018-04-09 |
| 公開日 | 2018-04-09 |
| 開発者 | Unknown |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "React Fiberline",
"short_name": "react-fiberline",
"description": "A devtool extension for inspecting the performance of React components.",
"version": "4",
"devtools_page": "devtools.html",
"icons": {
"128": ".\/icon\/fiberline.jpg"
},
"permissions": [
"file:\/\/\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |