Alt-Tag Overlay
Display an overlay of alt tags overtop images
What is Alt-Tag Overlay?
Alt-Tag Overlay is a Chrome extension developed by https://www.jsabo.net, and its main feature is "Display an overlay of alt tags overtop images".
Extension Screenshots
Download Alt-Tag Overlay Extension CRX File
Download Alt-Tag Overlay 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
Quickly and easily see all alt tags overlaying the photos currently on the webpage you're viewing. As absolute positioning can screw things up, I included an overlay to see outside of the website's own layout.
Extension Basic Information
Name | Alt-Tag Overlay |
ID | hcccpjiloncfhkjolfepfokhjbgboikm |
Official URL | https://chromewebstore.google.com/detail/alt-tag-overlay/hcccpjiloncfhkjolfepfokhjbgboikm |
Description | Display an overlay of alt tags overtop images |
File Size | 73.1 KB |
Installation Count | 1,359 |
Current Version | 0.92 |
Last Updated | 2024-03-01 |
Publish Date | 2020-04-09 |
Rating | 3.60/5 Total 5 Ratings |
Developer | https://www.jsabo.net |
[email protected] | |
Payment Type | free |
Extension Website | http://www.jsabo.net |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Alt-Tag Overlay", "description": "Display an overlay of alt tags overtop images", "version": "0.92", "permissions": [ "activeTab" ], "background": { "scripts": [ "backend.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_title": "Click to Toggle - Alt-Tag Overlay" }, "content_scripts": [ { "matches": [ " |