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": [
                ""
            ]
        }
    ]
}