React Performance Devtool

A devtool extension for inspecting the performance of React components.

React Performance Devtoolคืออะไร?

React Performance Devtool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tulswani19 และคุณลักษณะหลักของมันคือ "A devtool extension for inspecting the performance of React components."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย React Performance Devtool

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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'"
}