Image Analyser For SEO

Analyze images on a webpage

Wat is Image Analyser For SEO?

Image Analyser For SEO is een Chrome-extensie ontwikkeld door https://searchministry.co, en de belangrijkste functie is "Analyze images on a webpage".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Image Analyser For SEO

Download Image Analyser For SEO-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Image Analyser For SEO Image Analyser For SEO
ID cpglnafidkpldmjlcleeikgpimfemfhe
Officiële URL https://chromewebstore.google.com/detail/image-analyser-for-seo/cpglnafidkpldmjlcleeikgpimfemfhe
Beschrijving Analyze images on a webpage
Bestandsgrootte 14.31 KB
Aantal Installaties 71
Huidige Versie 1.0
Laatst Bijgewerkt 2023-09-20
Publicatiedatum 2023-09-19
Ontwikkelaar https://searchministry.co
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://searchministry.co/privacy-policy-searchministry
Ondersteunde Talen 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"
    }
}