Fast.Com - Display Network Speed in Bytes.
Extension to display the network speed in Bytes. Like KB/s & MB/s
Co je Fast.Com - Display Network Speed in Bytes.?
Fast.Com - Display Network Speed in Bytes. je rozšíření Chrome vyvinuté Satya Rohith, a jeho hlavní funkcí je „Extension to display the network speed in Bytes. Like KB/s & MB/s“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Fast.Com - Display Network Speed in Bytes.
Stáhněte si soubory rozšíření Fast.Com - Display Network Speed in Bytes. ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. :)
Základní Informace o Rozšíření
Název | Fast.Com - Display Network Speed in Bytes. |
ID | obgghgheidhjlkgolpabbncemnmpkpac |
Oficiální URL | https://chromewebstore.google.com/detail/fastcom-display-network-s/obgghgheidhjlkgolpabbncemnmpkpac |
Popis | Extension to display the network speed in Bytes. Like KB/s & MB/s |
Velikost souboru | 8.74 KB |
Počet instalací | 1,070 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2020-01-23 |
Datum Vydání | 2020-01-23 |
Hodnocení | 1.60/5 Celkem 5 Hodnocení |
Vývojář | Satya Rohith |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/satyarohith/fastinbytes |
URL Stránky Nápovědy | https://github.com/satyarohith/fastinbytes/issues |
Podporované Jazyky | 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" } } |