Alt Audit
Run Alt Audit on a webpage to scan the page for images and get an overview of how the page is handling alt text.
Alt Auditคืออะไร?
Alt Audit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mattsoria.com และคุณลักษณะหลักของมันคือ "Run Alt Audit on a webpage to scan the page for images and get an overview of how the page is handling alt text."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Alt Audit
ดาวน์โหลดไฟล์ส่วนขยาย Alt Audit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Alt Audit aims to make it easier to audit a page for all images and their alt tags. This initial MVP release just tells you how many images were found on a page, how many non-empty alt tags were found on the page, and what all of the alt text is. It will flag alt text that appears to be just the filename. The idea is to give you a quick way to summarize how alt tags are being used and how they can be improved. Still in development and very open to feedback and ideas for features.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Alt Audit |
ID | knpagjbjmcocipojngdfnalpojcjhbof |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/alt-audit/knpagjbjmcocipojngdfnalpojcjhbof |
คำอธิบาย | Run Alt Audit on a webpage to scan the page for images and get an overview of how the page is handling alt text. |
ขนาดไฟล์ | 207 KB |
จำนวนการติดตั้ง | 37 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2021-04-12 |
วันที่เผยแพร่ | 2021-04-04 |
ผู้พัฒนา | https://mattsoria.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/itsmattsoria/alt-audit |
URL หน้าช่วยเหลือ | https://github.com/itsmattsoria/alt-audit/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Alt Audit", "description": "Run Alt Audit on a webpage to scan the page for images and get an overview of how the page is handling alt text.", "version": "1.4", "manifest_version": 3, "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/alt-audit16.png", "32": "\/images\/alt-audit32.png", "48": "\/images\/alt-audit48.png", "128": "\/images\/alt-audit128.png" } }, "icons": { "16": "\/images\/alt-audit16.png", "32": "\/images\/alt-audit32.png", "48": "\/images\/alt-audit48.png", "128": "\/images\/alt-audit128.png" } } |