Image Alt Text Viewer
Display alternative texts for images on a web page.
什么是Image Alt Text Viewer?
Image Alt Text Viewer是由Andreas Nylin开发的Chrome扩展程序,该扩展的主要功能是“Display alternative texts for images on a web page.”。
扩展截图
下载Image Alt Text Viewer扩展crx文件
下载Image Alt Text Viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Image Alt Text Viewer |
ID | nhmihbneenlkbjjpbimhegikadfleccd |
官方URL | https://chromewebstore.google.com/detail/image-alt-text-viewer/nhmihbneenlkbjjpbimhegikadfleccd |
简介 | Display alternative texts for images on a web page. |
文件大小 | 16.24 KB |
安装次数 | 20,000 |
当前版本 | 1.2 |
更新时间 | 2020-06-18 |
上架时间 | 2020-06-18 |
评分 | 4.33/5 共12次评分 |
开发者 | Andreas Nylin |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |