Missing ALT attribute images detector

Google Chrome extension to highlight images missing ALT attribute.

Missing ALT attribute images detector là gì?

Missing ALT attribute images detector là một tiện ích mở rộng Chrome được phát triển bởi juandavidhermoso, và tính năng chính của nó là "Google Chrome extension to highlight images missing ALT attribute.".

Ả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 Missing ALT attribute images detector

Tải xuống các tệp mở rộng Missing ALT attribute images detector 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

                        This extension allows you to easily detect images without ALT attribute in your web app.                    

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

Tên Missing ALT attribute images detector Missing ALT attribute images detector
ID apflonjgaacaipfnichljodofigiobhb
URL Chính Thức https://chromewebstore.google.com/detail/missing-alt-attribute-ima/apflonjgaacaipfnichljodofigiobhb
Mô tả Google Chrome extension to highlight images missing ALT attribute.
Kích Thước Tệp 35.86 KB
Số Lần Cài Đặt 108
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2021-06-19
Ngày Phát Hành 2021-06-18
Nhà Phát Triển juandavidhermoso
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}