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