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
官方網址 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",
        ""
    ]
}