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.

Was ist Alt Audit?

Alt Audit ist eine Chrome-Erweiterung, die von https://mattsoria.com entwickelt wurde, und ihr Hauptmerkmal ist "Run Alt Audit on a webpage to scan the page for images and get an overview of how the page is handling alt text.".

Erweiterungsscreenshots

screenshot

Alt Audit-Erweiterungs-CRX-Datei herunterladen

Laden Sie Alt Audit-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Alt Audit Alt Audit
ID knpagjbjmcocipojngdfnalpojcjhbof
Offizielle URL https://chromewebstore.google.com/detail/alt-audit/knpagjbjmcocipojngdfnalpojcjhbof
Beschreibung Run Alt Audit on a webpage to scan the page for images and get an overview of how the page is handling alt text.
Dateigröße 207 KB
Installationsanzahl 37
Aktuelle Version 1.4
Letztes Update 2021-04-12
Veröffentlichungsdatum 2021-04-04
Entwickler https://mattsoria.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/itsmattsoria/alt-audit
Hilfeseite URL https://github.com/itsmattsoria/alt-audit/issues
Unterstützte Sprachen 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"
    }
}