Alt Attribute Viewer

Apps display the alt attribute while browsing the web site.

Alt Attribute Viewerคืออะไร?

Alt Attribute Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย webgoto และคุณลักษณะหลักของมันคือ "Apps display the alt attribute while browsing the web site."

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

screenshot
screenshot

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

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

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

                        WEBサイトの画像(imgタグ)に付いている代替テキスト(alt属性)を表示します。
alt属性が存在しない場合、[None]と表示されます。
alt属性が空の場合、[Empty]と表示されます。
WEBサイト開発時の確認にお使いください。                    

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

ชื่อ Alt Attribute Viewer Alt Attribute Viewer
ID jdbchghhjaomjaagmhdgcdhijjjinbli
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/alt-attribute-viewer/jdbchghhjaomjaagmhdgcdhijjjinbli
คำอธิบาย Apps display the alt attribute while browsing the web site.
ขนาดไฟล์ 28.26 KB
จำนวนการติดตั้ง 1,359
เวอร์ชันปัจจุบัน 1.15
อัปเดตครั้งล่าสุด 2021-01-27
วันที่เผยแพร่ 2016-06-22
คะแนน 3.40/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา webgoto
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon19_off.png",
        "default_title": "to ON"
    },
    "description": "Apps display the alt attribute while browsing the web site.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Alt Attribute Viewer",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.15"
}