ResponseTime Monitor
Shows the response times of up to three webservers. Useful to see how the internet/server connection performs.
O que é ResponseTime Monitor?
ResponseTime Monitor é uma extensão do Chrome desenvolvida por Patrick Brunner, e sua principal característica é "Shows the response times of up to three webservers. Useful to see how the internet/server connection performs.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ResponseTime Monitor
Baixe arquivos de extensão ResponseTime Monitor no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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'.
Informações Básicas da Extensão
Nome | ResponseTime Monitor |
ID | bjgaobjkcmihhaiihefopfinhjaghfce |
URL Oficial | https://chromewebstore.google.com/detail/responsetime-monitor/bjgaobjkcmihhaiihefopfinhjaghfce |
Descrição | Shows the response times of up to three webservers. Useful to see how the internet/server connection performs. |
Tamanho do Arquivo | 49.63 KB |
Contagem de Instalações | 3,473 |
Versão Atual | 2.0 |
Última Atualização | 2020-03-15 |
Data de Publicação | 2020-03-15 |
Classificação | 4.42/5 Total de 19 Avaliações |
Desenvolvedor | Patrick Brunner |
Tipo de Pagamento | free |
Idiomas Suportados | 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": [ " |