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ファイルをダウンロード

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