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 |
官方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" } } |