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
公式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
Eメール [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": [
                ""
            ]
        }
    ]
}