Image Alt Text Viewer
Display alternative texts for images on a web page.
Qu'est-ce que Image Alt Text Viewer ?
Image Alt Text Viewer est une extension Chrome développée par Andreas Nylin, et sa fonction principale est "Display alternative texts for images on a web page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Image Alt Text Viewer
Téléchargez les fichiers d'extension Image Alt Text Viewer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Image Alt Text Viewer |
ID | nhmihbneenlkbjjpbimhegikadfleccd |
URL Officiel | https://chromewebstore.google.com/detail/image-alt-text-viewer/nhmihbneenlkbjjpbimhegikadfleccd |
Description | Display alternative texts for images on a web page. |
Taille du Fichier | 16.24 KB |
Nombre d'Installations | 20,000 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2020-06-18 |
Date de Publication | 2020-06-18 |
Évaluation | 4.33/5 Total 12 Évaluations |
Développeur | Andreas Nylin |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |