Fast.Com - Display Network Speed in Bytes.
Extension to display the network speed in Bytes. Like KB/s & MB/s
Was ist Fast.Com - Display Network Speed in Bytes.?
Fast.Com - Display Network Speed in Bytes. ist eine Chrome-Erweiterung, die von Satya Rohith entwickelt wurde, und ihr Hauptmerkmal ist "Extension to display the network speed in Bytes. Like KB/s & MB/s".
Erweiterungsscreenshots
Fast.Com - Display Network Speed in Bytes.-Erweiterungs-CRX-Datei herunterladen
Laden Sie Fast.Com - Display Network Speed in Bytes.-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A simple extension to show your internet speed in bytes on fast.com. For those who download a lot, having speed metrics in bytes is handy. It's what most people care about. If you ever got confused with why your network speed displayed on sites like fast.com is higher than your actual download speed, it's probably because you're not converting it to bytes. Install this extension and forget about conversion. :)
Grundlegende Informationen zur Erweiterung
Name | Fast.Com - Display Network Speed in Bytes. |
ID | obgghgheidhjlkgolpabbncemnmpkpac |
Offizielle URL | https://chromewebstore.google.com/detail/fastcom-display-network-s/obgghgheidhjlkgolpabbncemnmpkpac |
Beschreibung | Extension to display the network speed in Bytes. Like KB/s & MB/s |
Dateigröße | 8.74 KB |
Installationsanzahl | 1,070 |
Aktuelle Version | 1.0 |
Letztes Update | 2020-01-23 |
Veröffentlichungsdatum | 2020-01-23 |
Bewertung | 1.60/5 Insgesamt 5 Bewertungen |
Entwickler | Satya Rohith |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/satyarohith/fastinbytes |
Hilfeseite URL | https://github.com/satyarohith/fastinbytes/issues |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fast.Com - Display Network Speed in Bytes.", "version": "1.0", "description": "Extension to display the network speed in Bytes. Like KB\/s & MB\/s", "content_scripts": [ { "matches": [ "https:\/\/fast.com\/*", "http:\/\/fast.com\/*" ], "js": [ "fast.js" ], "css": [ "fast.css" ] } ], "icons": { "128": "128.png" } } |