Image Analyser For SEO

Analyze images on a webpage

Qu'est-ce que Image Analyser For SEO ?

Image Analyser For SEO est une extension Chrome développée par https://searchministry.co, et sa fonction principale est "Analyze images on a webpage".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Image Analyser For SEO

Téléchargez les fichiers d'extension Image Analyser For SEO au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Image Analyser For SEO Image Analyser For SEO
ID cpglnafidkpldmjlcleeikgpimfemfhe
URL Officiel https://chromewebstore.google.com/detail/image-analyser-for-seo/cpglnafidkpldmjlcleeikgpimfemfhe
Description Analyze images on a webpage
Taille du Fichier 14.31 KB
Nombre d'Installations 71
Version Actuelle 1.0
Dernière Mise à Jour 2023-09-20
Date de Publication 2023-09-19
Développeur https://searchministry.co
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://searchministry.co/privacy-policy-searchministry
Langues Prises en Charge 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"
    }
}