Image Alt Text Viewer
Display alternative texts for images on a web page.
Cos'è Image Alt Text Viewer?
Image Alt Text Viewer è un'estensione di Chrome sviluppata da Andreas Nylin, e la sua funzione principale è "Display alternative texts for images on a web page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Image Alt Text Viewer
Scarica i file di estensione Image Alt Text 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
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.
Informazioni di Base sull'Estensione
Nome | Image Alt Text Viewer |
ID | nhmihbneenlkbjjpbimhegikadfleccd |
URL Ufficiale | https://chromewebstore.google.com/detail/image-alt-text-viewer/nhmihbneenlkbjjpbimhegikadfleccd |
Descrizione | Display alternative texts for images on a web page. |
Dimensione del File | 16.24 KB |
Conteggio Installazioni | 20,000 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2020-06-18 |
Data di Pubblicazione | 2020-06-18 |
Valutazione | 4.33/5 Totale 12 Valutazioni |
Sviluppatore | Andreas Nylin |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |