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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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": [ " |