Image Alt Text Viewer

Display alternative texts for images on a web page.

Image Alt Text Viewer là gì?

Image Alt Text Viewer là một tiện ích mở rộng Chrome được phát triển bởi Andreas Nylin, và tính năng chính của nó là "Display alternative texts for images on a web page.".

Ả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 Image Alt Text Viewer

Tải xuống các tệp mở rộng Image Alt Text Viewer 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 helps users display all alternative texts for images on a web page. The extension also reports if images have missing texts or missing alt-attributes.                    

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

Tên Image Alt Text Viewer Image Alt Text Viewer
ID nhmihbneenlkbjjpbimhegikadfleccd
URL Chính Thức https://chromewebstore.google.com/detail/image-alt-text-viewer/nhmihbneenlkbjjpbimhegikadfleccd
Mô tả Display alternative texts for images on a web page.
Kích Thước Tệp 16.24 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2020-06-18
Ngày Phát Hành 2020-06-18
Đánh Giá 4.33/5 Tổng số 12 Đánh Giá
Nhà Phát Triển Andreas Nylin
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",
    "manifest_version": 2,
    "name": "Image Alt Text Viewer",
    "description": "Display alternative texts for images on a web page.",
    "version": "1.2",
    "author": "Andreas Nylin",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "index.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-inactive.png",
        "default_title": "Image Alt Text Viewer"
    },
    "permissions": [
        "activeTab"
    ]
}