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是由Anish Lakkapragada開發的Chrome擴展程式,該擴展的主要功能是“GenAlt generates descriptive alternate text of images online for those who need them!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載GenAlt - Generate AI Alternate Text擴展crx文件

下載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
官方網址 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": [
                ""
            ]
        }
    ]
}