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 là gì?

Alt Audit là một tiện ích mở rộng Chrome được phát triển bởi https://mattsoria.com, và tính năng chính của nó là "Run Alt Audit on a webpage to scan the page for images and get an overview of how the page is handling alt text.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Alt Audit

Tải xuống các tệp mở rộng Alt Audit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Alt Audit Alt Audit
ID knpagjbjmcocipojngdfnalpojcjhbof
URL Chính Thức https://chromewebstore.google.com/detail/alt-audit/knpagjbjmcocipojngdfnalpojcjhbof
Mô tả Run Alt Audit on a webpage to scan the page for images and get an overview of how the page is handling alt text.
Kích Thước Tệp 207 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2021-04-12
Ngày Phát Hành 2021-04-04
Nhà Phát Triển https://mattsoria.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/itsmattsoria/alt-audit
URL Trang Trợ Giúp https://github.com/itsmattsoria/alt-audit/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}