Fast.Com - Display Network Speed in Bytes.
Extension to display the network speed in Bytes. Like KB/s & MB/s
Qu'est-ce que Fast.Com - Display Network Speed in Bytes. ?
Fast.Com - Display Network Speed in Bytes. est une extension Chrome développée par Satya Rohith, et sa fonction principale est "Extension to display the network speed in Bytes. Like KB/s & MB/s".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fast.Com - Display Network Speed in Bytes.
Téléchargez les fichiers d'extension Fast.Com - Display Network Speed in Bytes. au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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. :)
Informations de Base sur l'Extension
Nom | Fast.Com - Display Network Speed in Bytes. |
ID | obgghgheidhjlkgolpabbncemnmpkpac |
URL Officiel | https://chromewebstore.google.com/detail/fastcom-display-network-s/obgghgheidhjlkgolpabbncemnmpkpac |
Description | Extension to display the network speed in Bytes. Like KB/s & MB/s |
Taille du Fichier | 8.74 KB |
Nombre d'Installations | 1,070 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-01-23 |
Date de Publication | 2020-01-23 |
Évaluation | 1.60/5 Total 5 Évaluations |
Développeur | Satya Rohith |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/satyarohith/fastinbytes |
URL de la Page d'Aide | https://github.com/satyarohith/fastinbytes/issues |
Langues Prises en Charge | 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" } } |