React Performance Devtool

A devtool extension for inspecting the performance of React components.

什麼是React Performance Devtool?

React Performance Devtool是由tulswani19開發的Chrome擴展程式,該擴展的主要功能是“A devtool extension for inspecting the performance of React components.”。

擴展截圖

screenshot

下載React Performance Devtool擴展crx文件

下載React Performance Devtool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A Chrome devtool extension for inspecting performance of React components.                    

擴展基本資訊

名稱 React Performance Devtool React Performance Devtool
ID fcombecpigkkfcbfaeikoeegkmkjfbfm
官方網址 https://chromewebstore.google.com/detail/react-performance-devtool/fcombecpigkkfcbfaeikoeegkmkjfbfm
簡介 A devtool extension for inspecting the performance of React components.
檔案大小 170 KB
安裝次數 12,552
目前版本 5.5
更新時間 2018-08-30
上架時間 2018-08-30
評分 3.36/5 共 11 次評分
開發者 tulswani19
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/nitin42/react-perf-devtool
說明頁面URL https://github.com/nitin42/react-perf-devtool/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "React Performance Devtool",
    "short_name": "react-perf-devtool",
    "description": "A devtool extension for inspecting the performance of React components.",
    "version": "5.5",
    "devtools_page": "devtools.html",
    "icons": {
        "16": ".\/icon\/RP16.png",
        "48": ".\/icon\/RP48.png",
        "128": ".\/icon\/RP128.png"
    },
    "permissions": [
        "file:\/\/\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}