Load Lazyload Images

Load lazyload images automatically.

Vad är Load Lazyload Images?

Load Lazyload Images är en Chrome-tillägg utvecklad av Gea-Suan Lin, och dess huvudfunktion är "Load lazyload images automatically.".

Tilläggsskärmbilder

screenshot

Ladda ner Load Lazyload Images-förlängningens CRX-fil

Ladda ner Load Lazyload Images-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Load Lazyload Images Load Lazyload Images
ID llenpijlflekljkpjnbnmkfeakfmlcmb
Officiell webbadress https://chromewebstore.google.com/detail/load-lazyload-images/llenpijlflekljkpjnbnmkfeakfmlcmb
Beskrivning Load lazyload images automatically.
Filstorlek 5.05 KB
Antal Installationer 941
Aktuell Version 0.2022.0502.0
Senast Uppdaterad 2022-05-04
Publiceringsdatum 2014-01-04
Betyg 4.33/5 Totalt 9 Betyg
Utvecklare Gea-Suan Lin
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/gslin/load-lazyload-images
URL till Sekretesspolicy Sidan https://wiki.gslin.org/wiki/Google_Web_Store/Privacy
Stödda Språk 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": [
        "*:\/\/*\/*"
    ]
}