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 extension Using AI-generated image descriptions to make the internet more accessible"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ALT AI: Add alt text to image descriptions एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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": []
        }
    ]
}