React Fiberline

A devtool extension for inspecting the performance of React components.

React Fiberline là gì?

React Fiberline là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "A devtool extension for inspecting the performance of React components.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng React Fiberline

Tải xuống các tệp mở rộng React Fiberline dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        React Fiberline is a visualizer to help illustrate the inner workings of the new React Fiber Architecture.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên React Fiberline React Fiberline
ID ghgjnfokjgenlpnjcobcnelemicbhbbb
URL Chính Thức https://chromewebstore.google.com/detail/react-fiberline/ghgjnfokjgenlpnjcobcnelemicbhbbb
Mô tả A devtool extension for inspecting the performance of React components.
Kích Thước Tệp 211 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 4
Cập Nhật Lần Cuối 2018-04-09
Ngày Phát Hành 2018-04-09
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}