web performance

Get the web perfomance by timing API

What is web performance?

web performance is a Chrome extension developed by zhangjunah, and its main feature is "Get the web perfomance by timing API".

Extension Screenshots

screenshot

Download web performance Extension CRX File

Download web performance extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name web performance web performance
ID dmndepgifbfcjjmkjfgoecldegiodnjc
Official URL https://chrome.google.com/webstore/detail/web-performance/dmndepgifbfcjjmkjfgoecldegiodnjc
Description Get the web perfomance by timing API
File Size 93 KB
Installation Count 35
Current Version 1.0
Last Updated 2014-11-17
Publish Date 2014-11-14
Rating 5.00/5 Total 1 Ratings
Developer zhangjunah
Payment Type free
Supported Languages 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",
        ""
    ]
}