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文件
下载ResponseTime Monitor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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": [ " |