ALT AI: Add alt text to image descriptions

Chrome extension Using AI-generated image descriptions to make the internet more accessible

什麼是ALT AI: Add alt text to image descriptions?

ALT AI: Add alt text to image descriptions是由Planes開發的Chrome擴展程式,該擴展的主要功能是“Chrome extension Using AI-generated image descriptions to make the internet more accessible”。

擴展截圖

screenshot
screenshot

下載ALT AI: Add alt text to image descriptions擴展crx文件

下載ALT AI: Add alt text to image descriptions擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The Alt AI Chrome Plugin is an accessibility tool that adds Alt text to any page on the internet. Alt AI aims to improve the web experience for the visually impaired. 

Use the Alt AI Chrome Extension to automatically add Alt text to every image on a page, replacing any existing and inaccurate Alt descriptions. 

Screen readers will read out the Alt-AI-generated Alt text to give you a better understanding of what’s on the page.

Planes Studio

Planes is a digital product studio in London, launching product businesses for startups, scaleups and corporates.
As a team of product managers, designers and developers, we care about creating thoughtful digital products that launch fast and continue to grow for years to come.                    

擴展基本資訊

名稱 ALT AI: Add alt text to image descriptions ALT AI: Add alt text to image descriptions
ID eajlnnbkklgolcngbdnmliohdnccdoje
官方網址 https://chromewebstore.google.com/detail/alt-ai-add-alt-text-to-im/eajlnnbkklgolcngbdnmliohdnccdoje
簡介 Chrome extension Using AI-generated image descriptions to make the internet more accessible
檔案大小 62.15 KB
安裝次數 363
目前版本 1.0.1
更新時間 2023-02-21
上架時間 2023-02-14
評分 3.67/5 共 6 次評分
開發者 Planes
電子郵箱 [email protected]
付費類型 free
擴展官網 https://altai.planes.studio
說明頁面URL https://altai.planes.studio
隱私政策頁面URL https://planesstudio.notion.site/Website-Privacy-Policy-7b2356684ec043cebc76ed767b901d0f
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Chrome extension Using AI-generated image descriptions to make the internet more accessible\u00a0",
    "version": "1.0.1",
    "manifest_version": 3,
    "name": "ALT AI: Add alt text to image descriptions",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}