Anti Lazy Loading
Anti Lazy Loading for images, Loads all images on any webpage - as soon as the page loads.
Anti Lazy Loadingとは何ですか?
Anti Lazy Loadingはhttp://zvizvi.xyzによって開発されたChromeの拡張機能で、その主な機能は「Anti Lazy Loading for images, Loads all images on any webpage - as soon as the page loads.」です。
拡張機能のスクリーンショット
Anti Lazy Loading拡張機能のCRXファイルをダウンロード
Anti Lazy Loading拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Anti Lazy Loading for images, Loads all images on any webpage - as soon as the page loads.
拡張機能の基本情報
名前 | |
ID | amhbdjjhdcjcpjkjibbhnkkidigbfgmb |
公式URL | https://chrome.google.com/webstore/detail/anti-lazy-loading/amhbdjjhdcjcpjkjibbhnkkidigbfgmb |
説明 | Anti Lazy Loading for images, Loads all images on any webpage - as soon as the page loads. |
ファイルサイズ | 161 KB |
インストール数 | 1,000 |
現在のバージョン | 0.0.5 |
最終更新日 | 2018-10-26 |
公開日 | 2018-10-26 |
評価 | 4.13/5 合計 8 レビュー |
開発者 | http://zvizvi.xyz |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://zvizvi.xyz/ |
ヘルプページのURL | https://gitlab.com/zvizvi.xyz/anti-lazy-loading |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Anti Lazy Loading", "version": "0.0.5", "author": "[email protected]", "browser_action": { "default_icon": "assets\/img\/icon16.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery-1.11.3.min.js", "js\/content.js" ], "run_at": "document_end" } ], "icons": { "128": "assets\/img\/icon128.png", "96": "assets\/img\/icon96.png", "72": "assets\/img\/icon72.png", "64": "assets\/img\/icon64.png", "48": "assets\/img\/icon48.png", "24": "assets\/img\/icon24.png", "16": "assets\/img\/icon16.png" }, "manifest_version": 2 } |