Performance-Analyser
Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest
Performance-Analyser란 무엇입니까?
Performance-Analyser은(는) Michael Mrowetz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest"입니다.
확장 프로그램 스크린샷
Performance-Analyser 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Performance-Analyser (aka Performance-Analyzer) helps to analyze the current page through the Resource, Navigation and User Timing APIs - see requests by type, domain, load times, marks and more - instantly. Performance-Analyser is the Chrome Extension version of Performance-Bookmarklet. Code: https://github.com/micmro/performance-bookmarklet
확장 프로그램 기본 정보
이름 | Performance-Analyser |
ID | djgfmlohefpomchfabngccpbaflcahjf |
공식 URL | https://chromewebstore.google.com/detail/performance-analyser/djgfmlohefpomchfabngccpbaflcahjf |
설명 | Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest |
파일 크기 | 26.12 KB |
설치 횟수 | 33,956 |
현재 버전 | 1.7.2 |
최근 업데이트 | 2020-12-10 |
출시 날짜 | 2015-05-12 |
평점 | 4.49/5 총 43 개의 평점 |
개발자 | Michael Mrowetz |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/micmro/performance-bookmarklet |
도움말 페이지 URL | https://github.com/micmro/performance-bookmarklet/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Performance-Analyser", "short_name": "Performance-Analyzer", "description": "Get insight into the performance of the website in the current tab - sort of a mini live version of WebPageTest", "version": "1.7.2", "homepage_url": "https:\/\/github.com\/micmro\/performance-bookmarklet", "author": "Michael Mrowetz", "icons": { "16": "images\/icon16.png", "19": "images\/icon19.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "58": "images\/icon58.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "19": "images\/icon19.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "58": "images\/icon58.png", "128": "images\/icon128.png" } }, "background": { "scripts": [ "event.js" ], "persistent": false }, "permissions": [ " |