Image Alt Text Viewer

Display alternative texts for images on a web page.

Co je Image Alt Text Viewer?

Image Alt Text Viewer je rozšíření Chrome vyvinuté Andreas Nylin, a jeho hlavní funkcí je „Display alternative texts for images on a web page.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Image Alt Text Viewer

Stáhněte si soubory rozšíření Image Alt Text Viewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Image Alt Text Viewer Image Alt Text Viewer
ID nhmihbneenlkbjjpbimhegikadfleccd
Oficiální URL https://chromewebstore.google.com/detail/image-alt-text-viewer/nhmihbneenlkbjjpbimhegikadfleccd
Popis Display alternative texts for images on a web page.
Velikost souboru 16.24 KB
Počet instalací 20,000
Aktuální Verze 1.2
Poslední Aktualizace 2020-06-18
Datum Vydání 2020-06-18
Hodnocení 4.33/5 Celkem 12 Hodnocení
Vývojář Andreas Nylin
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}