Website Speed Testing LoadFocus.com

Free Website Speed Testing extension for creating and running free page load tests

Τι είναι το Website Speed Testing LoadFocus.com;

Το Website Speed Testing LoadFocus.com είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://loadfocus.com, και η κύρια λειτουργία του είναι "Free Website Speed Testing extension for creating and running free page load tests".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Website Speed Testing LoadFocus.com

Λήψη αρχείων επέκτασης Website Speed Testing LoadFocus.com σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Is your website slow? Test page load time and check performance with Website Speed Tests from LoadFocus.com

Run website speed tests and see what’s slowing down your website for your users.
Monitor changes over time for each page and get advice on how to reduce page load times.
Easy to use tool for webmasters and web developers to optimise the performance of your websites.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Website Speed Testing LoadFocus.com Website Speed Testing LoadFocus.com
ID jcfdoikjpbbgddoimogcllfjnbflkpon
Επίσημο URL https://chrome.google.com/webstore/detail/website-speed-testing-loa/jcfdoikjpbbgddoimogcllfjnbflkpon
Περιγραφή Free Website Speed Testing extension for creating and running free page load tests
Μέγεθος Αρχείου 126 KB
Αριθμός Εγκαταστάσεων 187
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2019-03-20
Ημερομηνία Δημοσίευσης 2019-03-20
Αξιολόγηση 2.60/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://loadfocus.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://loadfocus.com
URL της Σελίδας Πολιτικής Απορρήτου https://loadfocus.com/privacy
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Website Speed Testing LoadFocus.com",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Website Speed Testing in the Cloud from LoadFocus.com"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/jquery-2.1.4.min.js",
                "js\/jquery.tablesorter.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Free Website Speed Testing extension for creating and running free page load tests",
    "homepage_url": "https:\/\/loadfocus.com",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2,
    "name": "Website Speed Testing LoadFocus.com",
    "permissions": [
        "storage",
        "activeTab",
        "webNavigation",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "short_name": "LoadFocus.com",
    "version": "1.0.0"
}