web performance

Get the web perfomance by timing API

什么是web performance?

web performance是由zhangjunah开发的Chrome扩展程序,该扩展的主要功能是“Get the web perfomance by timing API”。

扩展截图

screenshot

下载web performance扩展crx文件

下载web performance扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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",
        ""
    ]
}