Missing ALT attribute images detector

Google Chrome extension to highlight images missing ALT attribute.

Τι είναι το Missing ALT attribute images detector;

Το Missing ALT attribute images detector είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον juandavidhermoso, και η κύρια λειτουργία του είναι "Google Chrome extension to highlight images missing ALT attribute.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Missing ALT attribute images detector

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

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

                        This extension allows you to easily detect images without ALT attribute in your web app.                    

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

Όνομα Missing ALT attribute images detector Missing ALT attribute images detector
ID apflonjgaacaipfnichljodofigiobhb
Επίσημο URL https://chromewebstore.google.com/detail/missing-alt-attribute-ima/apflonjgaacaipfnichljodofigiobhb
Περιγραφή Google Chrome extension to highlight images missing ALT attribute.
Μέγεθος Αρχείου 35.86 KB
Αριθμός Εγκαταστάσεων 108
Τρέχουσα Έκδοση 0.0.1
Τελευταία Ενημέρωση 2021-06-19
Ημερομηνία Δημοσίευσης 2021-06-18
Προγραμματιστής juandavidhermoso
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Missing ALT attribute images detector",
    "version": "0.0.1",
    "description": "Google Chrome extension to highlight images missing ALT attribute.",
    "content_scripts": [
        {
            "css": [
                ".\/content\/css\/styles.css"
            ],
            "js": [
                ".\/content\/js\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}