Internet Connection Monitor
Monitor and test Internet connectivity. Detect and log when Internet doesn't work even with operating LAN (Wi-Fi or Ethernet)
什么是Internet Connection Monitor?
Internet Connection Monitor是由https://internetmon.org开发的Chrome扩展程序,该扩展的主要功能是“Monitor and test Internet connectivity. Detect and log when Internet doesn't work even with operating LAN (Wi-Fi or Ethernet)”。
扩展截图
下载Internet Connection Monitor扩展crx文件
下载Internet Connection Monitor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
📡 Internet Connection Monitor aka ICM for Google Chrome 🎯 ICM IS THE BEST FOR ⭐️ Recording and analyzing outages of Internet connection ⭐️ Verifying ISP/provider issues ⭐️ Verifying some hardware issues 💻 FEATURES ✅ Precise connectivity test with configurable testing interval ✅ Latency measurement ✅ Detect when Internet doesn't work over operating Wi-Fi or Ethernet ✅ Disconnects, availability and downtime stats ✅ Play sound when connection goes online or offline ✅ Events log with CSV export ✅ Realtime connectivity and latency monitoring ✅ Light and dark themes support 🚀 NEW IN ICM v5 ➕ Realtime connectivity and latency monitoring ➕ Main popup opens up faster ➕ A couple of bugs fixed ➕ UI is like it was designed by Jony Ive 👓 FAQ 🌎 https://internetmon.org/#faq Q: Where is the extension icon? A: At some point Google Chrome changed the way extensions are displayed. You need to click on the puzzle icon to the right of the address bar and then pin Internet Connection Monitor Q: What exactly can be monitored? A: The extension monitors the Internet connection and reports 3 statuses: 🟢 Online: LAN (Wi-Fi/Ethernet) connection is stable, Internet connected 🟠 Connection issues: if Chrome itself cannot properly determine whether Internet connection is down while you're connected to LAN (Wi-Fi/Ethernet) - this status will popup. Most likely, your LAN (Wi-Fi/Ethernet) is connected, but there is no Internet connection behind it. In most cases, it is ISP/provider issue 🔴 Offline: LAN (Wi-Fi/Ethernet) is down, no Internet Q: How does the extension test the connectivity? A: The extension uses a combination of Chrome internal API and pinging Google servers via https (port 443). It does not expose any open ports or something else that could compromise user's security Q: What is the testing interval? A: How frequently to ping Google servers to determine the status of Internet connection. The option is configurable: check very 1, 2, 3 or 5 seconds Q: Does this extension have access to my browsing history, etc? A: It does NOT. Moreover, it does not require any special access at all (you can notice that other extensions ask you to give them some permissions during the installation process) Q: Can this extension measure Internet speed? A: It cannot. Please, use Speedtest by Ookla 🌎 https://chrome.google.com/webstore/detail/speedtest-by-ookla/pgjjikdiikihdfpoppgaidccahalehjh?hl=en Q: Will it work if Chrome is closed? A: Not, it will not. You need to have a Chrome window open to track your connection log. It's relatively easy to add Chrome to autostart on Windows, Mac or Linux Q: Will it work if computer is in sleep? A: Yes, it should work, but the mechanism of tracking the disconnects while the computer is in sleep has not been thoroughly tested. Macs, for example, wake up every couple minutes and ICM checks the connection. But do not rely on precise measurement during the computer sleep, keep the computer running. Alternatively, use Realtime monitor feature inside ICM to check what's going on. Access it via main extension popup Q: Can you use it on Microsoft EDGE, Brave or Chromium? A: Yes, you can. It works on all Chromium-based browsers Q: Is there a Firefox extension? A: Currently, only Google Chrome and Microsoft EDGE are supported. There is a feature request 🌎 https://bit.ly/icm-firefox to implement the Firefox version. Vote for it if you want to speed up the development Q: Can you give an advice on how to improve Internet connection overall? A: Read the article about the 3 primary reasons of Internet connection issues 🌎 https://bit.ly/icm-improve-conn ✨ Icons by svgrepo.com 📩 Contact and support: [email protected]
扩展基本信息
名称 | Internet Connection Monitor |
ID | hgccfdagfbilbdbkgmfdmmdfmjjoakfo |
官方URL | https://chromewebstore.google.com/detail/internet-connection-monit/hgccfdagfbilbdbkgmfdmmdfmjjoakfo |
简介 | Monitor and test Internet connectivity. Detect and log when Internet doesn't work even with operating LAN (Wi-Fi or Ethernet) |
文件大小 | 1.43 MB |
安装次数 | 146,485 |
当前版本 | 5.1.0 |
更新时间 | 2024-01-24 |
上架时间 | 2020-06-16 |
评分 | 4.45/5 共141次评分 |
开发者 | https://internetmon.org |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://internetmon.org |
帮助页面URL | https://github.com/InternetConnectionMonitor/icm-public/issues |
隐私政策页面URL | https://internetmon.org/privacy-policy.html |
支持的语言 | de,en,es,pt-BR,pt-PT,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_internet_connection_monitor__", "description": "__MSG_internet_connection_monitor_description__", "short_name": "Internet Monitoring", "version": "5.1.0", "author": "dmishh", "offline_enabled": true, "icons": { "16": "images\/favicon.png", "48": "images\/favicon.png", "128": "images\/favicon.png" }, "permissions": [ "offscreen", "storage", "unlimitedStorage" ], "minimum_chrome_version": "116", "background": { "service_worker": "service_worker.min.js", "type": "module" }, "action": { "default_icon": { "19": "images\/default\/online.png", "38": "images\/default\/[email protected]" }, "default_title": "__MSG_internet_connection_monitor__", "default_popup": "popup.html" } } |