Image Analyser For SEO

Analyze images on a webpage

Apa itu Image Analyser For SEO?

Image Analyser For SEO adalah ekstensi Chrome yang dikembangkan oleh https://searchministry.co, dan fitur utamanya adalah "Analyze images on a webpage".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Image Analyser For SEO

Unduh file ekstensi Image Analyser For SEO dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Image Analyser For SEO Image Analyser For SEO
ID cpglnafidkpldmjlcleeikgpimfemfhe
URL Resmi https://chromewebstore.google.com/detail/image-analyser-for-seo/cpglnafidkpldmjlcleeikgpimfemfhe
Deskripsi Analyze images on a webpage
Ukuran File 14.31 KB
Jumlah Instalasi 71
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-09-20
Tanggal Publikasi 2023-09-19
Pengembang https://searchministry.co
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://searchministry.co/privacy-policy-searchministry
Bahasa yang Didukung 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"
    }
}