GenAlt - Generate AI Alternate Text

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

Wat is GenAlt - Generate AI Alternate Text?

GenAlt - Generate AI Alternate Text is een Chrome-extensie ontwikkeld door Anish Lakkapragada, en de belangrijkste functie is "GenAlt generates descriptive alternate text of images online for those who need them!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie GenAlt - Generate AI Alternate Text

Download GenAlt - Generate AI Alternate Text-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam GenAlt - Generate AI Alternate Text GenAlt - Generate AI Alternate Text
ID ekbmkapnmnhhgfmjdnchgmcfggibebnn
Officiële URL https://chromewebstore.google.com/detail/genalt-generate-ai-altern/ekbmkapnmnhhgfmjdnchgmcfggibebnn
Beschrijving GenAlt generates descriptive alternate text of images online for those who need them!
Bestandsgrootte 111 KB
Aantal Installaties 3,169
Huidige Versie 2.7.7
Laatst Bijgewerkt 2023-12-30
Publicatiedatum 2022-04-05
Beoordeling 4.46/5 Totaal 48 Beoordelingen
Ontwikkelaar Anish Lakkapragada
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://genalt.io
URL van de Privacybeleid Pagina https://genalt-privacy-policy.vercel.app
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}