Fast.Com - Display Network Speed in Bytes.

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

Vad är Fast.Com - Display Network Speed in Bytes.?

Fast.Com - Display Network Speed in Bytes. är en Chrome-tillägg utvecklad av Satya Rohith, och dess huvudfunktion är "Extension to display the network speed in Bytes. Like KB/s & MB/s".

Tilläggsskärmbilder

screenshot

Ladda ner Fast.Com - Display Network Speed in Bytes.-förlängningens CRX-fil

Ladda ner Fast.Com - Display Network Speed in Bytes.-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Fast.Com - Display Network Speed in Bytes. Fast.Com - Display Network Speed in Bytes.
ID obgghgheidhjlkgolpabbncemnmpkpac
Officiell webbadress https://chromewebstore.google.com/detail/fastcom-display-network-s/obgghgheidhjlkgolpabbncemnmpkpac
Beskrivning Extension to display the network speed in Bytes. Like KB/s & MB/s
Filstorlek 8.74 KB
Antal Installationer 1,070
Aktuell Version 1.0
Senast Uppdaterad 2020-01-23
Publiceringsdatum 2020-01-23
Betyg 1.60/5 Totalt 5 Betyg
Utvecklare Satya Rohith
Betalningssätt free
Tilläggswebbplats https://github.com/satyarohith/fastinbytes
Hjälpsida URL https://github.com/satyarohith/fastinbytes/issues
Stödda Språk 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"
    }
}