Image Analyser For SEO

Analyze images on a webpage

Was ist Image Analyser For SEO?

Image Analyser For SEO ist eine Chrome-Erweiterung, die von https://searchministry.co entwickelt wurde, und ihr Hauptmerkmal ist "Analyze images on a webpage".

Erweiterungsscreenshots

screenshot
screenshot

Image Analyser For SEO-Erweiterungs-CRX-Datei herunterladen

Laden Sie Image Analyser For SEO-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

                        Image Analyser for SEO

Boost your SEO game with the "Image Analyser For SEO " Chrome extension, a powerful tool designed specifically for digital marketers, SEO professionals, and webmasters.

Key Features:

Image Insights at a Glance: Extract detailed information about all images on a webpage, including their URLs, ALT tags, file names, and resolutions.

Optimization Opportunities: Quickly identify images that lack ALT tags, aiding in better accessibility and SEO.

Bulk Analysis: Instead of checking images one-by-one, get a comprehensive table view of all images on a page.

Easy Export: With just one click, export all image data to a CSV file, making it easier to share, analyze, or store for future reference.                    

Grundlegende Informationen zur Erweiterung

Name Image Analyser For SEO Image Analyser For SEO
ID cpglnafidkpldmjlcleeikgpimfemfhe
Offizielle URL https://chromewebstore.google.com/detail/image-analyser-for-seo/cpglnafidkpldmjlcleeikgpimfemfhe
Beschreibung Analyze images on a webpage
Dateigröße 14.31 KB
Installationsanzahl 71
Aktuelle Version 1.0
Letztes Update 2023-09-20
Veröffentlichungsdatum 2023-09-19
Entwickler https://searchministry.co
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://searchministry.co/privacy-policy-searchministry
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Image Analyser For SEO",
    "version": "1.0",
    "description": "Analyze images on a webpage",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "Image-Analyzer-For-SEO-48.png",
        "128": "Image-Analyzer-For-SEO-128.png"
    }
}