Alt Audit

Run Alt Audit on a webpage to scan the page for images and get an overview of how the page is handling alt text.

Co je Alt Audit?

Alt Audit je rozšíření Chrome vyvinuté https://mattsoria.com, a jeho hlavní funkcí je „Run Alt Audit on a webpage to scan the page for images and get an overview of how the page is handling alt text.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Alt Audit

Stáhněte si soubory rozšíření Alt Audit 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í

                        Alt Audit aims to make it easier to audit a page for all images and their alt tags. This initial MVP release just tells you how many images were found on a page, how many non-empty alt tags were found on the page, and what all of the alt text is. It will flag alt text that appears to be just the filename. The idea is to give you a quick way to summarize how alt tags are being used and how they can be improved. Still in development and very open to feedback and ideas for features.                    

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

Název Alt Audit Alt Audit
ID knpagjbjmcocipojngdfnalpojcjhbof
Oficiální URL https://chromewebstore.google.com/detail/alt-audit/knpagjbjmcocipojngdfnalpojcjhbof
Popis Run Alt Audit on a webpage to scan the page for images and get an overview of how the page is handling alt text.
Velikost souboru 207 KB
Počet instalací 37
Aktuální Verze 1.4
Poslední Aktualizace 2021-04-12
Datum Vydání 2021-04-04
Vývojář https://mattsoria.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/itsmattsoria/alt-audit
URL Stránky Nápovědy https://github.com/itsmattsoria/alt-audit/issues
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Alt Audit",
    "description": "Run Alt Audit on a webpage to scan the page for images and get an overview of how the page is handling alt text.",
    "version": "1.4",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/alt-audit16.png",
            "32": "\/images\/alt-audit32.png",
            "48": "\/images\/alt-audit48.png",
            "128": "\/images\/alt-audit128.png"
        }
    },
    "icons": {
        "16": "\/images\/alt-audit16.png",
        "32": "\/images\/alt-audit32.png",
        "48": "\/images\/alt-audit48.png",
        "128": "\/images\/alt-audit128.png"
    }
}