Image Analyser For SEO

Analyze images on a webpage

O que é Image Analyser For SEO?

Image Analyser For SEO é uma extensão do Chrome desenvolvida por https://searchministry.co, e sua principal característica é "Analyze images on a webpage".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Image Analyser For SEO

Baixe arquivos de extensão Image Analyser For SEO no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Image Analyser For SEO Image Analyser For SEO
ID cpglnafidkpldmjlcleeikgpimfemfhe
URL Oficial https://chromewebstore.google.com/detail/image-analyser-for-seo/cpglnafidkpldmjlcleeikgpimfemfhe
Descrição Analyze images on a webpage
Tamanho do Arquivo 14.31 KB
Contagem de Instalações 71
Versão Atual 1.0
Última Atualização 2023-09-20
Data de Publicação 2023-09-19
Desenvolvedor https://searchministry.co
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://searchministry.co/privacy-policy-searchministry
Idiomas Suportados 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"
    }
}