Image Alt Text Viewer
Display alternative texts for images on a web page.
Co to jest Image Alt Text Viewer?
Image Alt Text Viewer to rozszerzenie Chrome opracowane przez Andreas Nylin, a jego główną funkcją jest „Display alternative texts for images on a web page.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Image Alt Text Viewer
Pobierz pliki rozszerzeń Image Alt Text Viewer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Image Alt Text Viewer |
ID | nhmihbneenlkbjjpbimhegikadfleccd |
Oficjalny URL | https://chromewebstore.google.com/detail/image-alt-text-viewer/nhmihbneenlkbjjpbimhegikadfleccd |
Opis | Display alternative texts for images on a web page. |
Rozmiar pliku | 16.24 KB |
Liczba instalacji | 20,000 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2020-06-18 |
Data Publikacji | 2020-06-18 |
Ocena | 4.33/5 Łącznie 12 Oceny |
Deweloper | Andreas Nylin |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |