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”。
擴展截圖
下載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. |
ID | obgghgheidhjlkgolpabbncemnmpkpac |
官方網址 | 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" } } |