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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
}
} | |