Fast.Com - Display Network Speed in Bytes.

Extension to display the network speed in Bytes. Like KB/s & MB/s

Cos'è Fast.Com - Display Network Speed in Bytes.?

Fast.Com - Display Network Speed in Bytes. è un'estensione di Chrome sviluppata da Satya Rohith, e la sua funzione principale è "Extension to display the network speed in Bytes. Like KB/s & MB/s".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Fast.Com - Display Network Speed in Bytes.

Scarica i file di estensione Fast.Com - Display Network Speed in Bytes. in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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. :)                    

Informazioni di Base sull'Estensione

Nome Fast.Com - Display Network Speed in Bytes. Fast.Com - Display Network Speed in Bytes.
ID obgghgheidhjlkgolpabbncemnmpkpac
URL Ufficiale https://chromewebstore.google.com/detail/fastcom-display-network-s/obgghgheidhjlkgolpabbncemnmpkpac
Descrizione Extension to display the network speed in Bytes. Like KB/s & MB/s
Dimensione del File 8.74 KB
Conteggio Installazioni 1,070
Versione Corrente 1.0
Ultimo Aggiornamento 2020-01-23
Data di Pubblicazione 2020-01-23
Valutazione 1.60/5 Totale 5 Valutazioni
Sviluppatore Satya Rohith
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/satyarohith/fastinbytes
URL della Pagina di Aiuto https://github.com/satyarohith/fastinbytes/issues
Lingue Supportate 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"
    }
}