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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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