Fast.Com - Display Network Speed in Bytes.

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

Что такое Fast.Com - Display Network Speed in Bytes.?

Fast.Com - Display Network Speed in Bytes. - это расширение Chrome, разработанное Satya Rohith, и его основная функция - "Extension to display the network speed in Bytes. Like KB/s & MB/s".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Fast.Com - Display Network Speed in Bytes.

Скачайте файлы расширений Fast.Com - Display Network Speed in Bytes. в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Fast.Com - Display Network Speed in Bytes. Fast.Com - Display Network Speed in Bytes.
ID obgghgheidhjlkgolpabbncemnmpkpac
Официальный URL https://chromewebstore.google.com/detail/fastcom-display-network-s/obgghgheidhjlkgolpabbncemnmpkpac
Описание Extension to display the network speed in Bytes. Like KB/s & MB/s
Размер файла 8.74 KB
Количество установок 1,070
Текущая Версия 1.0
Последнее Обновление 2020-01-23
Дата публикации 2020-01-23
Рейтинг 1.60/5 Всего 5 оценок
Разработчик Satya Rohith
Тип оплаты free
Официальный сайт расширения https://github.com/satyarohith/fastinbytes
URL страницы помощи https://github.com/satyarohith/fastinbytes/issues
Поддерживаемые языки 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"
    }
}