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.은(는) Satya Rohith에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension to display the network speed in Bytes. Like KB/s & MB/s"입니다.

확장 프로그램 스크린샷

screenshot

Fast.Com - Display Network Speed in Bytes. 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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