Load Time

helps designers, developers, and casuals identify and monitor loadtimes of websites.

Cos'è Load Time?

Load Time è un'estensione di Chrome sviluppata da https://loadtime.net, e la sua funzione principale è "helps designers, developers, and casuals identify and monitor loadtimes of websites.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Load Time

Scarica i file di estensione Load Time in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Discover a new era of online efficiency with Loadtime.net – the Chrome extension that not only simplifies web errors but also empowers you with comprehensive insights into page speed. Leave frustration behind as Loadtime.net analyzes and examines the speed of any website you visit, ensuring you make informed decisions about your online experience.

Encounter server and DNS errors with ease as Loadtime.net transforms them into visually engaging pages, enriched with valuable information, promotions, and a user-friendly search bar featuring Yahoo! powered results. Bid farewell to mundane internet error pages and welcome a dynamic, informative, and swift online journey.

To sustain our commitment to providing these essential features, Loadtime.net incorporates affiliate links and search feeds. Your support enables us to continually enhance and optimize your web exploration. Elevate your online experience with Loadtime.net – where analyzing page speed becomes the gateway to a more streamlined and informed internet.                    

Informazioni di Base sull'Estensione

Nome Load Time Load Time
ID ibnkaefohbiphafkdlhhcdcfllmgacel
URL Ufficiale https://chromewebstore.google.com/detail/load-time/ibnkaefohbiphafkdlhhcdcfllmgacel
Descrizione helps designers, developers, and casuals identify and monitor loadtimes of websites.
Dimensione del File 11.41 KB
Conteggio Installazioni 927
Versione Corrente 2.0
Ultimo Aggiornamento 2024-01-16
Data di Pubblicazione 2024-01-16
Sviluppatore https://loadtime.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://loadtime.net
URL della Pagina di Aiuto https://loadtime.net/#terms
URL della Pagina della Politica sulla Privacy https://privacy.loadtime.net
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Load Time",
    "homepage_url": "https:\/\/Loadtime.net",
    "description": "helps designers, developers, and casuals identify and monitor loadtimes of websites.",
    "version": "2.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_icon": "logo-128.png"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "loadtimes.js"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}