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. είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Satya Rohith, και η κύρια λειτουργία του είναι "Extension to display the network speed in Bytes. Like KB/s & MB/s".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Fast.Com - Display Network Speed in Bytes.

Λήψη αρχείων επέκτασης 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"
    }
}