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
Eメール [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": [
        "*:\/\/*\/*"
    ]
}