React Performance Devtool

A devtool extension for inspecting the performance of React components.

React Performance Devtool क्या है?

React Performance Devtool tulswani19 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A devtool extension for inspecting the performance of React components."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में React Performance Devtool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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'"
}