NCC Image Checker
Provides image optimisation information within the browser.
NCC Image Checkerคืออะไร?
NCC Image Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NCC Group Web Performance และคุณลักษณะหลักของมันคือ "Provides image optimisation information within the browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NCC Image Checker
ดาวน์โหลดไฟล์ส่วนขยาย NCC Image Checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | NCC Image Checker |
ID | fphiheficgnpphmjdliclanppccfgifl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ncc-image-checker/fphiheficgnpphmjdliclanppccfgifl |
คำอธิบาย | Provides image optimisation information within the browser. |
ขนาดไฟล์ | 28.28 KB |
จำนวนการติดตั้ง | 780 |
เวอร์ชันปัจจุบัน | 1.5.0 |
อัปเดตครั้งล่าสุด | 2017-07-24 |
วันที่เผยแพร่ | 2017-07-24 |
คะแนน | 5.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | NCC Group Web Performance |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.nccgroup.trust/uk/our-services/website-performance/ |
URL หน้าช่วยเหลือ | https://github.com/nccgroup/image-checker/issues |
URL หน้านโยบายความเป็นส่วนตัว | https://www.nccgroup.trust/uk/about-us/privacy-policy |
ภาษาที่รองรับ | 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": [ " |