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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/" ] } |