ResponseTime Monitor
Shows the response times of up to three webservers. Useful to see how the internet/server connection performs.
Τι είναι το ResponseTime Monitor;
Το ResponseTime Monitor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Patrick Brunner, και η κύρια λειτουργία του είναι "Shows the response times of up to three webservers. Useful to see how the internet/server connection performs.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ResponseTime Monitor
Λήψη αρχείων επέκτασης 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": [ " |