Image Alt Text Viewer

Display alternative texts for images on a web page.

Image Alt Text Viewerคืออะไร?

Image Alt Text Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andreas Nylin และคุณลักษณะหลักของมันคือ "Display alternative texts for images on a web page."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Image Alt Text Viewer

ดาวน์โหลดไฟล์ส่วนขยาย Image Alt Text Viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension helps users display all alternative texts for images on a web page. The extension also reports if images have missing texts or missing alt-attributes.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Image Alt Text Viewer Image Alt Text Viewer
ID nhmihbneenlkbjjpbimhegikadfleccd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/image-alt-text-viewer/nhmihbneenlkbjjpbimhegikadfleccd
คำอธิบาย Display alternative texts for images on a web page.
ขนาดไฟล์ 16.24 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2020-06-18
วันที่เผยแพร่ 2020-06-18
คะแนน 4.33/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Andreas Nylin
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image Alt Text Viewer",
    "description": "Display alternative texts for images on a web page.",
    "version": "1.2",
    "author": "Andreas Nylin",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "index.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-inactive.png",
        "default_title": "Image Alt Text Viewer"
    },
    "permissions": [
        "activeTab"
    ]
}