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