GenAlt - Generate AI Alternate Text

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

GenAlt - Generate AI Alternate Textคืออะไร?

GenAlt - Generate AI Alternate Text เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anish Lakkapragada และคุณลักษณะหลักของมันคือ "GenAlt generates descriptive alternate text of images online for those who need them!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GenAlt - Generate AI Alternate Text

ดาวน์โหลดไฟล์ส่วนขยาย GenAlt - Generate AI Alternate Text ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ GenAlt - Generate AI Alternate Text GenAlt - Generate AI Alternate Text
ID ekbmkapnmnhhgfmjdnchgmcfggibebnn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/genalt-generate-ai-altern/ekbmkapnmnhhgfmjdnchgmcfggibebnn
คำอธิบาย GenAlt generates descriptive alternate text of images online for those who need them!
ขนาดไฟล์ 111 KB
จำนวนการติดตั้ง 3,169
เวอร์ชันปัจจุบัน 2.7.7
อัปเดตครั้งล่าสุด 2023-12-30
วันที่เผยแพร่ 2022-04-05
คะแนน 4.46/5 รวมทั้งหมด 48 คะแนน
ผู้พัฒนา Anish Lakkapragada
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://genalt.io
URL หน้านโยบายความเป็นส่วนตัว https://genalt-privacy-policy.vercel.app
ภาษาที่รองรับ 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": [
                ""
            ]
        }
    ]
}