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是由https://mattsoria.com開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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 |
官方網址 | 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" } } |