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
公式URL 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
Eメール [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'"
}