Load Time

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

Hvad er Load Time?

Load Time er en Chrome-udvidelse udviklet af https://loadtime.net, og dens hovedfunktion er "helps designers, developers, and casuals identify and monitor loadtimes of websites.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Load Time-udvidelses-CRX-fil

Download Load Time-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Load Time Load Time
ID ibnkaefohbiphafkdlhhcdcfllmgacel
Officiel URL https://chromewebstore.google.com/detail/load-time/ibnkaefohbiphafkdlhhcdcfllmgacel
Beskrivelse helps designers, developers, and casuals identify and monitor loadtimes of websites.
Filstørrelse 11.41 KB
Antal Installationer 927
Nuværende Version 2.0
Senest Opdateret 2024-01-16
Udgivelsesdato 2024-01-16
Udvikler https://loadtime.net
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://loadtime.net
Hjælpeside-URL https://loadtime.net/#terms
URL til Fortrolighedspolitik Side https://privacy.loadtime.net
Understøttede Sprog 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:\/\/*\/*"
    ]
}