NCC Image Checker
Provides image optimisation information within the browser.
Apa itu NCC Image Checker?
NCC Image Checker adalah ekstensi Chrome yang dikembangkan oleh NCC Group Web Performance, dan fitur utamanya adalah "Provides image optimisation information within the browser.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi NCC Image Checker
Unduh file ekstensi NCC Image Checker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Sending images that are too big can damage site speed. This tool scans a whole page to identify all images and highlights those that are sent at the wrong size.
Informasi Dasar Ekstensi
Nama | NCC Image Checker |
ID | fphiheficgnpphmjdliclanppccfgifl |
URL Resmi | https://chromewebstore.google.com/detail/ncc-image-checker/fphiheficgnpphmjdliclanppccfgifl |
Deskripsi | Provides image optimisation information within the browser. |
Ukuran File | 28.28 KB |
Jumlah Instalasi | 780 |
Versi Saat Ini | 1.5.0 |
Terakhir Diperbarui | 2017-07-24 |
Tanggal Publikasi | 2017-07-24 |
Penilaian | 5.00/5 Total 7 Penilaian |
Pengembang | NCC Group Web Performance |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.nccgroup.trust/uk/our-services/website-performance/ |
URL Halaman Bantuan | https://github.com/nccgroup/image-checker/issues |
URL Halaman Kebijakan Privasi | https://www.nccgroup.trust/uk/about-us/privacy-policy |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NCC Image Checker", "short_name": "Image Checker", "description": "Provides image optimisation information within the browser.", "version": "1.5.0", "icons": { "16": "app\/assets\/icon.png", "48": "app\/assets\/icon.png", "128": "app\/assets\/icon.png" }, "browser_action": { "default_icon": "app\/assets\/icon.png", "default_title": "NCC Image Checker", "default_popup": "app\/popup.html" }, "options_ui": { "page": "app\/options.html", "chrome_style": true }, "content_scripts": [ { "matches": [ " |