Image Describer
Describe images in a web page using the context menu for accessibility for people who are blind or who have low vision.
What is Image Describer?
Image Describer is a Chrome extension developed by AccessLint, and its main feature is "Describe images in a web page using the context menu for accessibility for people who are blind or who have low vision.".
Extension Screenshots
Download Image Describer Extension CRX File
Download Image Describer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Describe images in a web page using the context menu for accessibility for people who are blind or who have low vision.
Extension Basic Information
Name | Image Describer |
ID | ogoddjgogmlndofcpkljmmdobjpfdolf |
Official URL | https://chromewebstore.google.com/detail/image-describer/ogoddjgogmlndofcpkljmmdobjpfdolf |
Description | Describe images in a web page using the context menu for accessibility for people who are blind or who have low vision. |
File Size | 63.84 KB |
Installation Count | 367 |
Current Version | 1.3.0 |
Last Updated | 2023-12-11 |
Publish Date | 2023-11-17 |
Rating | 4.80/5 Total 5 Ratings |
Developer | AccessLint |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://accesslint.com/privacy |
Supported Languages | 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" } |