Fast.Com - Display Network Speed in Bytes.
Extension to display the network speed in Bytes. Like KB/s & MB/s
Co to jest Fast.Com - Display Network Speed in Bytes.?
Fast.Com - Display Network Speed in Bytes. to rozszerzenie Chrome opracowane przez Satya Rohith, a jego główną funkcją jest „Extension to display the network speed in Bytes. Like KB/s & MB/s”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Fast.Com - Display Network Speed in Bytes.
Pobierz pliki rozszerzeń Fast.Com - Display Network Speed in Bytes. w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. :)
Podstawowe informacje o rozszerzeniu
Nazwa | Fast.Com - Display Network Speed in Bytes. |
ID | obgghgheidhjlkgolpabbncemnmpkpac |
Oficjalny URL | https://chromewebstore.google.com/detail/fastcom-display-network-s/obgghgheidhjlkgolpabbncemnmpkpac |
Opis | Extension to display the network speed in Bytes. Like KB/s & MB/s |
Rozmiar pliku | 8.74 KB |
Liczba instalacji | 1,070 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2020-01-23 |
Data Publikacji | 2020-01-23 |
Ocena | 1.60/5 Łącznie 5 Oceny |
Deweloper | Satya Rohith |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/satyarohith/fastinbytes |
Adres URL Strony Pomocy | https://github.com/satyarohith/fastinbytes/issues |
Obsługiwane Języki | 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" } } |