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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة المساعدة | https://github.com/nccgroup/image-checker/issues |
عنوان صفحة سياسة الخصوصية | 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": [ " |