Fast.Com - Display Network Speed in Bytes.

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

Apa itu Fast.Com - Display Network Speed in Bytes.?

Fast.Com - Display Network Speed in Bytes. adalah ekstensi Chrome yang dikembangkan oleh Satya Rohith, dan fitur utamanya adalah "Extension to display the network speed in Bytes. Like KB/s & MB/s".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Fast.Com - Display Network Speed in Bytes.

Unduh file ekstensi Fast.Com - Display Network Speed in Bytes. dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Fast.Com - Display Network Speed in Bytes. Fast.Com - Display Network Speed in Bytes.
ID obgghgheidhjlkgolpabbncemnmpkpac
URL Resmi https://chromewebstore.google.com/detail/fastcom-display-network-s/obgghgheidhjlkgolpabbncemnmpkpac
Deskripsi Extension to display the network speed in Bytes. Like KB/s & MB/s
Ukuran File 8.74 KB
Jumlah Instalasi 1,070
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-01-23
Tanggal Publikasi 2020-01-23
Penilaian 1.60/5 Total 5 Penilaian
Pengembang Satya Rohith
Tipe Pembayaran free
Situs Ekstensi https://github.com/satyarohith/fastinbytes
URL Halaman Bantuan https://github.com/satyarohith/fastinbytes/issues
Bahasa yang Didukung 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"
    }
}