web performance

Get the web perfomance by timing API

web performance क्या है?

web performance zhangjunah द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get the web perfomance by timing API"।

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

screenshot

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

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

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

                        Get the page performance by Navigation Timing API, and show a waterfall chart to the developers or users!                    

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

नाम web performance web performance
ID dmndepgifbfcjjmkjfgoecldegiodnjc
आधिकारिक URL https://chrome.google.com/webstore/detail/web-performance/dmndepgifbfcjjmkjfgoecldegiodnjc
विवरण Get the web perfomance by timing API
फ़ाइल का आकार 93 KB
स्थापना संख्या 35
वर्तमान संस्करण 1.0
अंतिम अपडेट 2014-11-17
प्रकाशन तिथि 2014-11-14
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर zhangjunah
भुगतान के प्रकार free
समर्थित भाषाएँ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "web performance",
    "description": "Get the web perfomance by timing API",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs",
        ""
    ]
}