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"
    }
}