Fast.Com - Display Network Speed in Bytes.

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

O que é Fast.Com - Display Network Speed in Bytes.?

Fast.Com - Display Network Speed in Bytes. é uma extensão do Chrome desenvolvida por Satya Rohith, e sua principal característica é "Extension to display the network speed in Bytes. Like KB/s & MB/s".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Fast.Com - Display Network Speed in Bytes.

Baixe arquivos de extensão Fast.Com - Display Network Speed in Bytes. no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome 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
Descrição Extension to display the network speed in Bytes. Like KB/s & MB/s
Tamanho do Arquivo 8.74 KB
Contagem de Instalações 1,070
Versão Atual 1.0
Última Atualização 2020-01-23
Data de Publicação 2020-01-23
Classificação 1.60/5 Total de 5 Avaliações
Desenvolvedor Satya Rohith
Tipo de Pagamento free
Site da Extensão https://github.com/satyarohith/fastinbytes
URL da Página de Ajuda https://github.com/satyarohith/fastinbytes/issues
Idiomas Suportados 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"
    }
}