Fast.Com - Display Network Speed in Bytes.
Extension to display the network speed in Bytes. Like KB/s & MB/s
Wat is Fast.Com - Display Network Speed in Bytes.?
Fast.Com - Display Network Speed in Bytes. is een Chrome-extensie ontwikkeld door Satya Rohith, en de belangrijkste functie is "Extension to display the network speed in Bytes. Like KB/s & MB/s".
Extensie Screenshots
Download het CRX-bestand van de extensie Fast.Com - Display Network Speed in Bytes.
Download Fast.Com - Display Network Speed in Bytes.-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. :)
Basisinformatie over de Extensie
Naam | Fast.Com - Display Network Speed in Bytes. |
ID | obgghgheidhjlkgolpabbncemnmpkpac |
Officiële URL | https://chromewebstore.google.com/detail/fastcom-display-network-s/obgghgheidhjlkgolpabbncemnmpkpac |
Beschrijving | Extension to display the network speed in Bytes. Like KB/s & MB/s |
Bestandsgrootte | 8.74 KB |
Aantal Installaties | 1,070 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-01-23 |
Publicatiedatum | 2020-01-23 |
Beoordeling | 1.60/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Satya Rohith |
Betalingswijze | free |
Extensiewebsite | https://github.com/satyarohith/fastinbytes |
Help Pagina-URL | https://github.com/satyarohith/fastinbytes/issues |
Ondersteunde Talen | 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" } } |