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 |
| 公式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 |
| Eメール | [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"
]
} | |