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. là gì?
Fast.Com - Display Network Speed in Bytes. là một tiện ích mở rộng Chrome được phát triển bởi Satya Rohith, và tính năng chính của nó là "Extension to display the network speed in Bytes. Like KB/s & MB/s".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Fast.Com - Display Network Speed in Bytes.
Tải xuống các tệp mở rộng Fast.Com - Display Network Speed in Bytes. dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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. :)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Fast.Com - Display Network Speed in Bytes. |
ID | obgghgheidhjlkgolpabbncemnmpkpac |
URL Chính Thức | https://chromewebstore.google.com/detail/fastcom-display-network-s/obgghgheidhjlkgolpabbncemnmpkpac |
Mô tả | Extension to display the network speed in Bytes. Like KB/s & MB/s |
Kích Thước Tệp | 8.74 KB |
Số Lần Cài Đặt | 1,070 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-01-23 |
Ngày Phát Hành | 2020-01-23 |
Đánh Giá | 1.60/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Satya Rohith |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/satyarohith/fastinbytes |
URL Trang Trợ Giúp | https://github.com/satyarohith/fastinbytes/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |