Vue Devtool Flash Updates

A handy devtool that enables highlighting re-rendered components!

Vue Devtool Flash Updates क्या है?

Vue Devtool Flash Updates yuichkun द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A handy devtool that enables highlighting re-rendered components!"।

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

screenshot

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

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

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

                        This plugin enables Vue projects to quickly identify performance issues by highlighting re-rendered components, just like how React Developer does it.                    

एक्सटेंशन की मूल जानकारी

नाम Vue Devtool Flash Updates Vue Devtool Flash Updates
ID fhoioahocakkbcghinblimnenhdnhmnj
आधिकारिक URL https://chrome.google.com/webstore/detail/vue-devtool-flash-updates/fhoioahocakkbcghinblimnenhdnhmnj
विवरण A handy devtool that enables highlighting re-rendered components!
फ़ाइल का आकार 22.84 KB
स्थापना संख्या 186
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2021-09-14
प्रकाशन तिथि 2021-09-14
डेवलपर yuichkun
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/yuichkun/vue-devtool-flash-updates
सहायता पृष्ठ URL https://github.com/yuichkun/vue-devtool-flash-updates/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vue Devtool Flash Updates",
    "description": "A handy devtool that enables highlighting re-rendered components!",
    "version": "1.0.0",
    "manifest_version": 3,
    "devtools_page": "devtools.html",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}