Image Analyser For SEO

Analyze images on a webpage

Image Analyser For SEOคืออะไร?

Image Analyser For SEO เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://searchministry.co และคุณลักษณะหลักของมันคือ "Analyze images on a webpage"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Image Analyser For SEO

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}