Image Describer

Describe images in a web page using the context menu for accessibility for people who are blind or who have low vision.

Wat is Image Describer?

Image Describer is een Chrome-extensie ontwikkeld door AccessLint, en de belangrijkste functie is "Describe images in a web page using the context menu for accessibility for people who are blind or who have low vision.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Image Describer

Download Image Describer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Describe images in a web page using the context menu for accessibility for people who are blind or who have low vision.                    

Basisinformatie over de Extensie

Naam Image Describer Image Describer
ID ogoddjgogmlndofcpkljmmdobjpfdolf
Officiële URL https://chromewebstore.google.com/detail/image-describer/ogoddjgogmlndofcpkljmmdobjpfdolf
Beschrijving Describe images in a web page using the context menu for accessibility for people who are blind or who have low vision.
Bestandsgrootte 63.84 KB
Aantal Installaties 367
Huidige Versie 1.3.0
Laatst Bijgewerkt 2023-12-11
Publicatiedatum 2023-11-17
Beoordeling 4.80/5 Totaal 5 Beoordelingen
Ontwikkelaar AccessLint
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://accesslint.com/privacy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Describer",
    "version": "1.3.0",
    "permissions": [
        "contextMenus",
        "tts",
        "identity",
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "oauth2": {
        "client_id": "30614934856-56fv4u44r3qb2d9tlskk4450mbcakv42.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "action": {
        "default_popup": "index.html"
    },
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk0BHLTjMlCnPhP6bxmg\/gdsulNCfWrO3n19bQw59NWMuQMaoXEbX5gFgm+RgNwlXbeJE1nB1s8t52fQTv2ziUUk\/jW6kmkBLK6DZUSSxodKJKyDwmu5C93iJhNI9teEIooZviRF670L9g9ZdP\/d3J9pWVfkYJl+eQ5cu+jAbeM8MEpq9m5Cw6ZdGaUyVavkA+0GJqUl7rD+bc4yBUoF4+F6l\/03xj694udsMQi0g7I0AljBB8kKQqFa3MzjHLCOREakSOgPHZzlsNgnWiRA\/CeTFuaZN8JPVribQzu\/dr29ipkcg0uxMzCA8e9sIlp2Yd3gRGl1gUcbmgIuzWFFzqwIDAQAB"
}