Image Analyser For SEO

Analyze images on a webpage

Image Analyser For SEOとは何ですか?

Image Analyser For SEOはhttps://searchministry.coによって開発されたChromeの拡張機能で、その主な機能は「Analyze images on a webpage」です。

拡張機能のスクリーンショット

screenshot
screenshot

Image Analyser For SEO拡張機能のCRXファイルをダウンロード

Image Analyser For SEO拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Image Analyser For SEO Image Analyser For SEO
ID cpglnafidkpldmjlcleeikgpimfemfhe
公式URL https://chromewebstore.google.com/detail/image-analyser-for-seo/cpglnafidkpldmjlcleeikgpimfemfhe
説明 Analyze images on a webpage
ファイルサイズ 14.31 KB
インストール数 71
現在のバージョン 1.0
最終更新日 2023-09-20
公開日 2023-09-19
開発者 https://searchministry.co
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://searchministry.co/privacy-policy-searchministry
対応言語 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"
    }
}