Image Alt Text Viewer
Display alternative texts for images on a web page.
What is Image Alt Text Viewer?
Image Alt Text Viewer is a Chrome extension developed by Andreas Nylin, and its main feature is "Display alternative texts for images on a web page.".
Extension Screenshots
Download Image Alt Text Viewer Extension CRX File
Download Image Alt Text Viewer 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
This extension helps users display all alternative texts for images on a web page. The extension also reports if images have missing texts or missing alt-attributes.
Extension Basic Information
Name | Image Alt Text Viewer |
ID | nhmihbneenlkbjjpbimhegikadfleccd |
Official URL | https://chromewebstore.google.com/detail/image-alt-text-viewer/nhmihbneenlkbjjpbimhegikadfleccd |
Description | Display alternative texts for images on a web page. |
File Size | 16.24 KB |
Installation Count | 20,000 |
Current Version | 1.2 |
Last Updated | 2020-06-18 |
Publish Date | 2020-06-18 |
Rating | 4.33/5 Total 12 Ratings |
Developer | Andreas Nylin |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Image Alt Text Viewer", "description": "Display alternative texts for images on a web page.", "version": "1.2", "author": "Andreas Nylin", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "scripts": [ "index.js" ] }, "browser_action": { "default_icon": "icon-inactive.png", "default_title": "Image Alt Text Viewer" }, "permissions": [ "activeTab" ] } |