don't be lazy

레이지 로딩이 적용된 이미지를 바로 로드합니다.

What is don't be lazy?

don't be lazy is a Chrome extension developed by skupfish, and its main feature is "레이지 로딩이 적용된 이미지를 바로 로드합니다.".

Download don't be lazy Extension CRX File

Download don't be lazy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        레이지 로딩이 적용된 이미지를 바로 로드합니다.                    

Extension Basic Information

Name don't be lazy don't be lazy
ID bihfjhhiffgeihfkbpmjcaookcphmnnb
Official URL https://chrome.google.com/webstore/detail/bihfjhhiffgeihfkbpmjcaookcphmnnb
Description 레이지 로딩이 적용된 이미지를 바로 로드합니다.
File Size 32.22 KB
Installation Count 50
Current Version 0.1
Last Updated 2016-02-09
Publish Date 2016-02-09
Rating 4.00/5 Total 7 Ratings
Developer skupfish
Payment Type free
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "don't be lazy",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.ilbe.com\/*"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "dont_be_lazy.js"
            ],
            "run_at": "document_end"
        }
    ]
}