Fast.Com - Display Network Speed in Bytes.

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

¿Qué es Fast.Com - Display Network Speed in Bytes.?

Fast.Com - Display Network Speed in Bytes. es una extensión de Chrome desarrollada por Satya Rohith, y su función principal es "Extension to display the network speed in Bytes. Like KB/s & MB/s".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Fast.Com - Display Network Speed in Bytes.

Descarga archivos de extensión Fast.Com - Display Network Speed in Bytes. en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Fast.Com - Display Network Speed in Bytes. Fast.Com - Display Network Speed in Bytes.
ID obgghgheidhjlkgolpabbncemnmpkpac
URL Oficial https://chromewebstore.google.com/detail/fastcom-display-network-s/obgghgheidhjlkgolpabbncemnmpkpac
Descripción Extension to display the network speed in Bytes. Like KB/s & MB/s
Tamaño del Archivo 8.74 KB
Cantidad de Instalaciones 1,070
Versión Actual 1.0
Última Actualización 2020-01-23
Fecha de Publicación 2020-01-23
Calificación 1.60/5 Total de 5 Calificaciones
Desarrollador Satya Rohith
Tipo de Pago free
Sitio Web de la Extensión https://github.com/satyarohith/fastinbytes
URL de la Página de Ayuda https://github.com/satyarohith/fastinbytes/issues
Idiomas Soportados 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"
    }
}