Missing ALT attribute images detector
Google Chrome extension to highlight images missing ALT attribute.
ما هو Missing ALT attribute images detector؟
Missing ALT attribute images detector هو إضافة Chrome تم تطويرها بواسطة juandavidhermoso، والميزة الرئيسية لها هي "Google Chrome extension to highlight images missing ALT attribute.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Missing ALT attribute images detector
قم بتنزيل ملفات الامتداد Missing ALT attribute images detector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension allows you to easily detect images without ALT attribute in your web app.
معلومات أساسية عن التمديد
الاسم | Missing ALT attribute images detector |
ID | apflonjgaacaipfnichljodofigiobhb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/missing-alt-attribute-ima/apflonjgaacaipfnichljodofigiobhb |
الوصف | Google Chrome extension to highlight images missing ALT attribute. |
حجم الملف | 35.86 KB |
عدد التثبيتات | 108 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2021-06-19 |
تاريخ النشر | 2021-06-18 |
المطور | juandavidhermoso |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Missing ALT attribute images detector", "version": "0.0.1", "description": "Google Chrome extension to highlight images missing ALT attribute.", "content_scripts": [ { "css": [ ".\/content\/css\/styles.css" ], "js": [ ".\/content\/js\/content.js" ], "matches": [ "*:\/\/*\/*" ] } ], "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |