GenAlt - Generate AI Alternate Text

GenAlt generates descriptive alternate text of images online for those who need them!

GenAlt - Generate AI Alternate Text là gì?

GenAlt - Generate AI Alternate Text là một tiện ích mở rộng Chrome được phát triển bởi Anish Lakkapragada, và tính năng chính của nó là "GenAlt generates descriptive alternate text of images online for those who need them!".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GenAlt - Generate AI Alternate Text

Tải xuống các tệp mở rộng GenAlt - Generate AI Alternate Text 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

                        Simply right-click an image and click "Get Alternate Text from GenAlt" to get a description of the image as its alternate text. 

To see the caption produced and copy it onto your clipboard, just select "Copy AI Image Description from GenAlt" 

A few testimonials of GenAlt from users are below. Enjoy!

Testimonials: 

1) “GenAlt has been very helpful for me to understand a photo … better than current tools!” - Accessibility Advocate and Twitch Streamer

2) “GenAlt really helps me to describe pictures better than other apps on the internet!” - Remi, Sophomore in High School 

3) “GenAlt is easy to use and helps make social media more accessible for me!” - Aaron, Freshman in College                    

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

Tên GenAlt - Generate AI Alternate Text GenAlt - Generate AI Alternate Text
ID ekbmkapnmnhhgfmjdnchgmcfggibebnn
URL Chính Thức https://chromewebstore.google.com/detail/genalt-generate-ai-altern/ekbmkapnmnhhgfmjdnchgmcfggibebnn
Mô tả GenAlt generates descriptive alternate text of images online for those who need them!
Kích Thước Tệp 111 KB
Số Lần Cài Đặt 3,169
Phiên Bản Hiện Tại 2.7.7
Cập Nhật Lần Cuối 2023-12-30
Ngày Phát Hành 2022-04-05
Đánh Giá 4.46/5 Tổng số 48 Đánh Giá
Nhà Phát Triển Anish Lakkapragada
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://genalt.io
URL Trang Chính Sách Bảo Mật https://genalt-privacy-policy.vercel.app
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.7.7",
    "name": "GenAlt - Generate AI Alternate Text",
    "description": "GenAlt generates descriptive alternate text of images online for those who need them!",
    "icons": {
        "128": "images\/logo_128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "altify.bundle.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup\/public\/index.html",
        "default_title": "GenAlt"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "usage.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}