Image Analyser For SEO

Analyze images on a webpage

Cos'è Image Analyser For SEO?

Image Analyser For SEO è un'estensione di Chrome sviluppata da https://searchministry.co, e la sua funzione principale è "Analyze images on a webpage".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Image Analyser For SEO

Scarica i file di estensione Image Analyser For SEO in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Image Analyser For SEO Image Analyser For SEO
ID cpglnafidkpldmjlcleeikgpimfemfhe
URL Ufficiale https://chromewebstore.google.com/detail/image-analyser-for-seo/cpglnafidkpldmjlcleeikgpimfemfhe
Descrizione Analyze images on a webpage
Dimensione del File 14.31 KB
Conteggio Installazioni 71
Versione Corrente 1.0
Ultimo Aggiornamento 2023-09-20
Data di Pubblicazione 2023-09-19
Sviluppatore https://searchministry.co
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://searchministry.co/privacy-policy-searchministry
Lingue Supportate 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"
    }
}