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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |