Fast.Com - Display Network Speed in Bytes.

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

Hvad er Fast.Com - Display Network Speed in Bytes.?

Fast.Com - Display Network Speed in Bytes. er en Chrome-udvidelse udviklet af Satya Rohith, og dens hovedfunktion er "Extension to display the network speed in Bytes. Like KB/s & MB/s".

Udvidelsesskærmbilleder

screenshot

Download Fast.Com - Display Network Speed in Bytes.-udvidelses-CRX-fil

Download Fast.Com - Display Network Speed in Bytes.-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Fast.Com - Display Network Speed in Bytes. Fast.Com - Display Network Speed in Bytes.
ID obgghgheidhjlkgolpabbncemnmpkpac
Officiel URL https://chromewebstore.google.com/detail/fastcom-display-network-s/obgghgheidhjlkgolpabbncemnmpkpac
Beskrivelse Extension to display the network speed in Bytes. Like KB/s & MB/s
Filstørrelse 8.74 KB
Antal Installationer 1,070
Nuværende Version 1.0
Senest Opdateret 2020-01-23
Udgivelsesdato 2020-01-23
Bedømmelse 1.60/5 Samlet 5 Bedømmelser
Udvikler Satya Rohith
Betalingsmetode free
Udvidelseswebsted https://github.com/satyarohith/fastinbytes
Hjælpeside-URL https://github.com/satyarohith/fastinbytes/issues
Understøttede Sprog 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"
    }
}