ResponseTime Monitor
Shows the response times of up to three webservers. Useful to see how the internet/server connection performs.
ResponseTime Monitor란 무엇입니까?
ResponseTime Monitor은(는) Patrick Brunner에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows the response times of up to three webservers. Useful to see how the internet/server connection performs."입니다.
확장 프로그램 스크린샷
ResponseTime Monitor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
What can I do with this extension? Basically this extension shows you the response time of a webserver and draws a nice chart. What can I do with this information? You can see how your internet connection performs or how fast your own webserver responds. What does the chart show? It shows the last 31 response times. Higher bars mean higher response times. If the request timed out it shows a red bar. How can I interpret these response times? If the bars are about the same height it is a sign for a healthy internet connection/server load. If there are red lines and blue lines mixed up or the chart is very volatile your internet connection is unstable or the server is overloaded. If it shows only red something is terribly wrong ... Why does this need permission to "Your data on all websites"? To perform checks to a user specific URL it is required that the extension can send requests to 'all websites'.
확장 프로그램 기본 정보
이름 | ResponseTime Monitor |
ID | bjgaobjkcmihhaiihefopfinhjaghfce |
공식 URL | https://chromewebstore.google.com/detail/responsetime-monitor/bjgaobjkcmihhaiihefopfinhjaghfce |
설명 | Shows the response times of up to three webservers. Useful to see how the internet/server connection performs. |
파일 크기 | 49.63 KB |
설치 횟수 | 3,473 |
현재 버전 | 2.0 |
최근 업데이트 | 2020-03-15 |
출시 날짜 | 2020-03-15 |
평점 | 4.42/5 총 19 개의 평점 |
개발자 | Patrick Brunner |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ResponseTime Monitor", "short_name": "ResponseTime", "manifest_version": 2, "version": "2.0", "description": "Shows the response times of up to three webservers. Useful to see how the internet\/server connection performs.", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": "img\/loading.png", "default_title": "Please wait ...", "default_popup": "popup.html" }, "permissions": [ "https:\/\/www.google.com\/images\/*", "notifications" ], "optional_permissions": [ " |