Alt Attribute Viewer
Apps display the alt attribute while browsing the web site.
Cos'è Alt Attribute Viewer?
Alt Attribute Viewer è un'estensione di Chrome sviluppata da webgoto, e la sua funzione principale è "Apps display the alt attribute while browsing the web site.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Alt Attribute Viewer
Scarica i file di estensione Alt Attribute Viewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
WEBサイトの画像(imgタグ)に付いている代替テキスト(alt属性)を表示します。 alt属性が存在しない場合、[None]と表示されます。 alt属性が空の場合、[Empty]と表示されます。 WEBサイト開発時の確認にお使いください。
Informazioni di Base sull'Estensione
Nome | Alt Attribute Viewer |
ID | jdbchghhjaomjaagmhdgcdhijjjinbli |
URL Ufficiale | https://chromewebstore.google.com/detail/alt-attribute-viewer/jdbchghhjaomjaagmhdgcdhijjjinbli |
Descrizione | Apps display the alt attribute while browsing the web site. |
Dimensione del File | 28.26 KB |
Conteggio Installazioni | 1,359 |
Versione Corrente | 1.15 |
Ultimo Aggiornamento | 2021-01-27 |
Data di Pubblicazione | 2016-06-22 |
Valutazione | 3.40/5 Totale 5 Valutazioni |
Sviluppatore | webgoto |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |