Speedtest Pro-Free Online Internet Speed Test
Test your network directly from your toolbar and quickly test your internet performance
Τι είναι το Speedtest Pro-Free Online Internet Speed Test;
Το Speedtest Pro-Free Online Internet Speed Test είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kulysses612, και η κύρια λειτουργία του είναι "Test your network directly from your toolbar and quickly test your internet performance".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Speedtest Pro-Free Online Internet Speed Test
Λήψη αρχείων επέκτασης Speedtest Pro-Free Online Internet Speed Test σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
One-click testing of the Internet connection,and it can reflect the user's network status from multiple angles. Speedtest Pro is a professional-grade speed tester,which can make it easy for users to find out the fault cause. Features: Ping value could be measured and display in seconds Test download speed and upload speed Test the loading speed of the current web page Instructions: Download and install Speedtest Pro Click on the Speedtest Pro's icon Click on the button [Start Test] Open advanced options, you can choose to test the loading speed of the current web page or not -Ping value: The time from the PC sends data to the web server until it receives feedback from the server.It's usually expressed by the degree of network delay in online games.The larger the Ping value is, the more seriously the network delay is, and the less smooth the game runs. - Download speed: 1M broadband=1Mbps=1024Kbps=1024/8KBps=128KB/s, 128KB/s is the theoretical maximum download speed of 1M broadband. The factors such as the peak period of the Internet and website service capabilities will affect the actual download speed. - Upload speed: Upstream traffic of network data per unit time. Ordinary broadband uplink and downlink is not equal, upstream broadband is usually speed limit,which is slower than the downlink broadband. - Webpage‘s loading speed: The time it taks from you enter the web to the webpage contents loading completed. Speedtest Pro, One-click testing of user's network quality. It won't take you one minute or 30 seconds,the whole thing you need to do is clicking on the [Start Test] to get real-time data.It's a fast, accurate and reliable professional-grade network tester.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Speedtest Pro-Free Online Internet Speed Test |
ID | ibiejjpajlfljcgjndbonclhcbdcamai |
Επίσημο URL | https://chromewebstore.google.com/detail/speedtest-pro-free-online/ibiejjpajlfljcgjndbonclhcbdcamai |
Περιγραφή | Test your network directly from your toolbar and quickly test your internet performance |
Μέγεθος Αρχείου | 323 KB |
Αριθμός Εγκαταστάσεων | 61,189 |
Τρέχουσα Έκδοση | 22.9.29.1444 |
Τελευταία Ενημέρωση | 2022-09-29 |
Ημερομηνία Δημοσίευσης | 2018-12-18 |
Αξιολόγηση | 4.68/5 Συνολικά 500 Αξιολογήσεις |
Προγραμματιστής | kulysses612 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.privacypolicyonline.com/live.php?token=GFaQUg53tuSbBWS9T6UQZhGctmZ9h3Zv |
Υποστηριζόμενες Γλώσσες | id,ms,de,en,en-GB,en-US,fr,nl,no,vi,tr,da,es,es-419,it,hu,pl,pt-BR,pt-PT,ro,sk,fi,sv,cs,el,ru,uk,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_Title__", "description": "__MSG_Description__", "icons": { "96": "icon\/32.png", "128": "icon\/128.png" }, "background": { "page": "background\/bg.html" }, "browser_action": { "default_icon": { "96": "icon\/32.png" }, "default_title": "__MSG_Title__", "default_popup": "popup\/popup.html" }, "options_ui": { "page": "option\/option.html", "open_in_tab": true }, "content_scripts": [ { "js": [ "popup\/js\/speedMaster.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_end" }, { "js": [ "def\/a.js", "def\/efg.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_start" } ], "permissions": [ " |