Performance Toolkit

Performance Toolkit for Chrome Devtools. A visualization of the performance timing.

What is Performance Toolkit?

Performance Toolkit is a Chrome extension developed by puterjam, and its main feature is "Performance Toolkit for Chrome Devtools. A visualization of the performance timing.".

Extension Screenshots

screenshot

Download Performance Toolkit Extension CRX File

Download Performance Toolkit 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

                        performance timing 的可视化工具。可以帮助开发者方便定位页面的性能问题

更新历史:
v0.1.3
修复chrome新版本的适配问题

 v0.1.2 
修正 cache loaded 的时间统计。                    

Extension Basic Information

Name Performance Toolkit Performance Toolkit
ID ddflmknikhhoiklhchkfpeiadchflbcg
Official URL https://chromewebstore.google.com/detail/performance-toolkit/ddflmknikhhoiklhchkfpeiadchflbcg
Description Performance Toolkit for Chrome Devtools. A visualization of the performance timing.
File Size 59.33 KB
Installation Count 259
Current Version 0.1.3
Last Updated 2015-04-24
Publish Date 2015-04-23
Rating 5.00/5 Total 1 Ratings
Developer puterjam
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Performance Toolkit",
    "version": "0.1.3",
    "minimum_chrome_version": "10.0",
    "description": "Performance Toolkit for Chrome Devtools. A visualization of the performance timing.",
    "manifest_version": 2,
    "devtools_page": "devtools.html",
    "icons": {
        "128": "logo.png"
    }
}