Image Describer
Describe images in a web page using the context menu for accessibility for people who are blind or who have low vision.
Vad är Image Describer?
Image Describer är en Chrome-tillägg utvecklad av AccessLint, och dess huvudfunktion är "Describe images in a web page using the context menu for accessibility for people who are blind or who have low vision.".
Tilläggsskärmbilder
Ladda ner Image Describer-förlängningens CRX-fil
Ladda ner Image Describer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        Describe images in a web page using the context menu for accessibility for people who are blind or who have low vision.                     Grundläggande Information om Tillägg
| Namn |  | 
| ID | ogoddjgogmlndofcpkljmmdobjpfdolf | 
| Officiell webbadress | https://chromewebstore.google.com/detail/image-describer/ogoddjgogmlndofcpkljmmdobjpfdolf | 
| Beskrivning | Describe images in a web page using the context menu for accessibility for people who are blind or who have low vision. | 
| Filstorlek | 63.84 KB | 
| Antal Installationer | 367 | 
| Aktuell Version | 1.3.0 | 
| Senast Uppdaterad | 2023-12-11 | 
| Publiceringsdatum | 2023-11-17 | 
| Betyg | 4.80/5 Totalt 5 Betyg | 
| Utvecklare | AccessLint | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| URL till Sekretesspolicy Sidan | https://accesslint.com/privacy | 
| Stödda Språk | 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"
} | |