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.

Τι είναι το Alt Audit;

Το Alt Audit είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://mattsoria.com, και η κύρια λειτουργία του είναι "Run Alt Audit on a webpage to scan the page for images and get an overview of how the page is handling alt text.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Alt Audit

Λήψη αρχείων επέκτασης Alt Audit σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Alt Audit Alt Audit
ID knpagjbjmcocipojngdfnalpojcjhbof
Επίσημο URL https://chromewebstore.google.com/detail/alt-audit/knpagjbjmcocipojngdfnalpojcjhbof
Περιγραφή Run Alt Audit on a webpage to scan the page for images and get an overview of how the page is handling alt text.
Μέγεθος Αρχείου 207 KB
Αριθμός Εγκαταστάσεων 37
Τρέχουσα Έκδοση 1.4
Τελευταία Ενημέρωση 2021-04-12
Ημερομηνία Δημοσίευσης 2021-04-04
Προγραμματιστής https://mattsoria.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/itsmattsoria/alt-audit
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/itsmattsoria/alt-audit/issues
Υποστηριζόμενες Γλώσσες 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"
    }
}