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.”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 React Fiberline React Fiberline
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'"
}