Alt Attribute Viewer
Apps display the alt attribute while browsing the web site.
Was ist Alt Attribute Viewer?
Alt Attribute Viewer ist eine Chrome-Erweiterung, die von webgoto entwickelt wurde, und ihr Hauptmerkmal ist "Apps display the alt attribute while browsing the web site.".
Erweiterungsscreenshots
Alt Attribute Viewer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Alt Attribute Viewer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
WEBサイトの画像(imgタグ)に付いている代替テキスト(alt属性)を表示します。
alt属性が存在しない場合、[None]と表示されます。
alt属性が空の場合、[Empty]と表示されます。
WEBサイト開発時の確認にお使いください。 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jdbchghhjaomjaagmhdgcdhijjjinbli |
| Offizielle URL | https://chromewebstore.google.com/detail/alt-attribute-viewer/jdbchghhjaomjaagmhdgcdhijjjinbli |
| Beschreibung | Apps display the alt attribute while browsing the web site. |
| Dateigröße | 28.26 KB |
| Installationsanzahl | 1,359 |
| Aktuelle Version | 1.15 |
| Letztes Update | 2021-01-27 |
| Veröffentlichungsdatum | 2016-06-22 |
| Bewertung | 3.40/5 Insgesamt 5 Bewertungen |
| Entwickler | webgoto |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "icon19_off.png",
"default_title": "to ON"
},
"description": "Apps display the alt attribute while browsing the web site.",
"icons": {
"128": "icon128.png",
"16": "icon16.png",
"48": "icon48.png"
},
"manifest_version": 2,
"name": "Alt Attribute Viewer",
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.15"
} | |