Sitespeed Report
Shows a sitespeed report for the current page you are on. Includes TTFB , redirect time, request time , response time and much more.
什么是Sitespeed Report?
Sitespeed Report是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Shows a sitespeed report for the current page you are on. Includes TTFB , redirect time, request time , response time and much more.”。
扩展截图
下载Sitespeed Report扩展crx文件
下载Sitespeed Report扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This tool shows a sitespeed report for the current page you are on. You can choose the show a report in the browser , console , or both console and browser. All options are customizable. The report display is full customizable look and feel wise, as well as the ability to turn off what you want to see and don't. Includes: Client -Render Time -Page Interactivity Time -Content Time -File Download Time -Page Load event Server -Redirect Time -Unload Time -AppCache Time -DNS Time -Connection Time -SSL Time -Request Time -Response Time -Time to first byte Page -Fetch Time -Client Time -Server Time -Page Load Time Memory Usage -jsHeapSizeLimit -totalJSHeapSize -usedJSHeapSize Resources on the page: CSS, JS , Ajax Calls, Images, and Other requests
扩展基本信息
名称 | Sitespeed Report |
ID | dncilgghjaocdjgbimbkjpeapednecmj |
官方URL | https://chromewebstore.google.com/detail/sitespeed-report/dncilgghjaocdjgbimbkjpeapednecmj |
简介 | Shows a sitespeed report for the current page you are on. Includes TTFB , redirect time, request time , response time and much more. |
文件大小 | 14.7 KB |
安装次数 | 1,206 |
当前版本 | 1.0 |
更新时间 | 2017-01-02 |
上架时间 | 2017-01-01 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sitespeed Report", "description": "Shows a sitespeed report for the current page you are on. Includes TTFB , redirect time, request time , response time and much more.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "activeTab", "storage", "https:\/\/ajax.googleapis.com\/" ] } |