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. 擴展基本資訊
| 名稱 | |
| ID | nhmihbneenlkbjjpbimhegikadfleccd |
| 官方網址 | 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"
]
} | |