don't be lazy
레이지 로딩이 적용된 이미지를 바로 로드합니다.
Wat is don't be lazy?
don't be lazy is een Chrome-extensie ontwikkeld door skupfish, en de belangrijkste functie is "레이지 로딩이 적용된 이미지를 바로 로드합니다.".
Download het CRX-bestand van de extensie don't be lazy
Download don't be lazy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
레이지 로딩이 적용된 이미지를 바로 로드합니다.
Basisinformatie over de Extensie
Naam | ![]() |
ID | bihfjhhiffgeihfkbpmjcaookcphmnnb |
Officiële URL | https://chrome.google.com/webstore/detail/bihfjhhiffgeihfkbpmjcaookcphmnnb |
Beschrijving | 레이지 로딩이 적용된 이미지를 바로 로드합니다. |
Bestandsgrootte | 32.22 KB |
Aantal Installaties | 50 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2016-02-09 |
Publicatiedatum | 2016-02-09 |
Beoordeling | 4.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | skupfish |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |