GenAlt - Generate AI Alternate Text

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

O que é GenAlt - Generate AI Alternate Text?

GenAlt - Generate AI Alternate Text é uma extensão do Chrome desenvolvida por Anish Lakkapragada, e sua principal característica é "GenAlt generates descriptive alternate text of images online for those who need them!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão GenAlt - Generate AI Alternate Text

Baixe arquivos de extensão GenAlt - Generate AI Alternate Text no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome GenAlt - Generate AI Alternate Text GenAlt - Generate AI Alternate Text
ID ekbmkapnmnhhgfmjdnchgmcfggibebnn
URL Oficial https://chromewebstore.google.com/detail/genalt-generate-ai-altern/ekbmkapnmnhhgfmjdnchgmcfggibebnn
Descrição GenAlt generates descriptive alternate text of images online for those who need them!
Tamanho do Arquivo 111 KB
Contagem de Instalações 3,169
Versão Atual 2.7.7
Última Atualização 2023-12-30
Data de Publicação 2022-04-05
Classificação 4.46/5 Total de 48 Avaliações
Desenvolvedor Anish Lakkapragada
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://genalt.io
URL da Página de Política de Privacidade https://genalt-privacy-policy.vercel.app
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}