Network Information
Useful information about your system's connection including, type, speed, and rtt.
Network Information là gì?
Network Information là một tiện ích mở rộng Chrome được phát triển bởi Keller, và tính năng chính của nó là "Useful information about your system's connection including, type, speed, and rtt.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Network Information
Tải xuống các tệp mở rộng Network Information dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Network Information is an extension that provides information about your system's connection. It is working based on a new JavaScript API called "navigator.connection". When you open the toolbar popup UI, there is a big speed gauge at the top center which shows the "downlink" speed for your browser. This speed refers to the estimated bandwidth in megabits per second (not related to the current internet speed). Other metrics for the network information API are connection type and round trip time (rtt). There is a reload button at the top right corner of the screen which is for reloading the app UI. There is also a wifi icon at the middle right section of the screen which shows the online or offline status of your browser. If you found a bug to report, or have a feature request in mind, please fill the bug report form in the add-on's homepage (https://mybrowseraddon.com/network-information.html).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Network Information |
ID | aplgkncdgdlldhcghahpnlkokohpinfg |
URL Chính Thức | https://chromewebstore.google.com/detail/network-information/aplgkncdgdlldhcghahpnlkokohpinfg |
Mô tả | Useful information about your system's connection including, type, speed, and rtt. |
Kích Thước Tệp | 32.41 KB |
Số Lần Cài Đặt | 1,974 |
Phiên Bản Hiện Tại | 0.1.2 |
Cập Nhật Lần Cuối | 2023-11-06 |
Ngày Phát Hành | 2019-12-09 |
Đánh Giá | 4.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Keller |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://mybrowseraddon.com/network-information.html |
URL Trang Trợ Giúp | https://mybrowseraddon.com/network-information.html |
URL Trang Chính Sách Bảo Mật | https://mybrowseraddon.com/privacy-policy/keller.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.2", "manifest_version": 3, "offline_enabled": true, "permissions": [ "storage" ], "name": "Network Information", "homepage_url": "https:\/\/mybrowseraddon.com\/network-information.html", "description": "Useful information about your system's connection including, type, speed, and rtt.", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Network Information", "default_popup": "data\/interface\/index.html?popup", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |