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 |
| 官方網址 | 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'"
} | |