Load Lazyload Images

Load lazyload images automatically.

什么是Load Lazyload Images?

Load Lazyload Images是由Gea-Suan Lin开发的Chrome扩展程序,该扩展的主要功能是“Load lazyload images automatically.”。

扩展截图

screenshot

下载Load Lazyload Images扩展crx文件

下载Load Lazyload Images扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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)                    

扩展基本信息

名称 Load Lazyload Images Load Lazyload Images
ID llenpijlflekljkpjnbnmkfeakfmlcmb
官方URL https://chromewebstore.google.com/detail/load-lazyload-images/llenpijlflekljkpjnbnmkfeakfmlcmb
简介 Load lazyload images automatically.
文件大小 5.05 KB
安装次数 941
当前版本 0.2022.0502.0
更新时间 2022-05-04
上架时间 2014-01-04
评分 4.33/5 共9次评分
开发者 Gea-Suan Lin
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/gslin/load-lazyload-images
隐私政策页面URL https://wiki.gslin.org/wiki/Google_Web_Store/Privacy
支持的语言 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": [
        "*:\/\/*\/*"
    ]
}