Network Information
Useful information about your system's connection including, type, speed, and rtt.
Network Information क्या है?
Network Information Keller द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Useful information about your system's connection including, type, speed, and rtt."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Network Information एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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).
एक्सटेंशन की मूल जानकारी
नाम | Network Information |
ID | aplgkncdgdlldhcghahpnlkokohpinfg |
आधिकारिक URL | https://chromewebstore.google.com/detail/network-information/aplgkncdgdlldhcghahpnlkokohpinfg |
विवरण | Useful information about your system's connection including, type, speed, and rtt. |
फ़ाइल का आकार | 32.41 KB |
स्थापना संख्या | 1,974 |
वर्तमान संस्करण | 0.1.2 |
अंतिम अपडेट | 2023-11-06 |
प्रकाशन तिथि | 2019-12-09 |
रेटिंग | 4.00/5 कुल 3 रेटिंग्स |
डेवलपर | Keller |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://mybrowseraddon.com/network-information.html |
सहायता पृष्ठ URL | https://mybrowseraddon.com/network-information.html |
गोपनीयता नीति पृष्ठ URL | https://mybrowseraddon.com/privacy-policy/keller.html |
समर्थित भाषाएँ | 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" } } |