Load Lazyload Images

Load lazyload images automatically.

Load Lazyload Imagesคืออะไร?

Load Lazyload Images เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gea-Suan Lin และคุณลักษณะหลักของมันคือ "Load lazyload images automatically."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Load Lazyload Images

ดาวน์โหลดไฟล์ส่วนขยาย 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": [
        "*:\/\/*\/*"
    ]
}