Missing ALT attribute images detector
Google Chrome extension to highlight images missing ALT attribute.
Missing ALT attribute images detectorとは何ですか?
Missing ALT attribute images detectorはjuandavidhermosoによって開発されたChromeの拡張機能で、その主な機能は「Google Chrome extension to highlight images missing ALT attribute.」です。
拡張機能のスクリーンショット
Missing ALT attribute images detector拡張機能のCRXファイルをダウンロード
Missing ALT attribute images detector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to easily detect images without ALT attribute in your web app. 拡張機能の基本情報
| 名前 | |
| ID | apflonjgaacaipfnichljodofigiobhb |
| 公式URL | https://chromewebstore.google.com/detail/missing-alt-attribute-ima/apflonjgaacaipfnichljodofigiobhb |
| 説明 | Google Chrome extension to highlight images missing ALT attribute. |
| ファイルサイズ | 35.86 KB |
| インストール数 | 108 |
| 現在のバージョン | 0.0.1 |
| 最終更新日 | 2021-06-19 |
| 公開日 | 2021-06-18 |
| 開発者 | juandavidhermoso |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Missing ALT attribute images detector",
"version": "0.0.1",
"description": "Google Chrome extension to highlight images missing ALT attribute.",
"content_scripts": [
{
"css": [
".\/content\/css\/styles.css"
],
"js": [
".\/content\/js\/content.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"manifest_version": 2,
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |