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