Load Lazyload Images

Load lazyload images automatically.

Hvad er Load Lazyload Images?

Load Lazyload Images er en Chrome-udvidelse udviklet af Gea-Suan Lin, og dens hovedfunktion er "Load lazyload images automatically.".

Udvidelsesskærmbilleder

screenshot

Download Load Lazyload Images-udvidelses-CRX-fil

Download Load Lazyload Images-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

                        Lazy Load Images is a Google Chrome extension which will load lazyload images automatically.

Currently we support three types of lazyload plugins:

* Lazy Load Plugin for jQuery
* LazyloadImages (YUI)
* Lazy loading attributes (HTML Living Standard)                    

Grundlæggende oplysninger om udvidelsen

Navn Load Lazyload Images Load Lazyload Images
ID llenpijlflekljkpjnbnmkfeakfmlcmb
Officiel URL https://chromewebstore.google.com/detail/load-lazyload-images/llenpijlflekljkpjnbnmkfeakfmlcmb
Beskrivelse Load lazyload images automatically.
Filstørrelse 5.05 KB
Antal Installationer 941
Nuværende Version 0.2022.0502.0
Senest Opdateret 2022-05-04
Udgivelsesdato 2014-01-04
Bedømmelse 4.33/5 Samlet 9 Bedømmelser
Udvikler Gea-Suan Lin
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/gslin/load-lazyload-images
URL til Fortrolighedspolitik Side https://wiki.gslin.org/wiki/Google_Web_Store/Privacy
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Load Lazyload Images",
    "version": "0.2022.0502.0",
    "description": "Load lazyload images automatically.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "load-lazyload-images.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}