Image Alt QuickView

Quickly view the alternative text of any image in the context menu. Simply right-click on an image.

Image Alt QuickViewคืออะไร?

Image Alt QuickView เป็นส่วนขยายของ Chrome ที่พัฒนาโดย iaderinokun และคุณลักษณะหลักของมันคือ "Quickly view the alternative text of any image in the context menu. Simply right-click on an image."

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

screenshot

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

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

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

                        Quickly view the alternative text of any image in the context menu. Simply right-click on an image.                    

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

ชื่อ Image Alt QuickView Image Alt QuickView
ID ihmcdmcfoogcfafdmommegnakbaljjki
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/image-alt-quickview/ihmcdmcfoogcfafdmommegnakbaljjki
คำอธิบาย Quickly view the alternative text of any image in the context menu. Simply right-click on an image.
ขนาดไฟล์ 8.12 KB
จำนวนการติดตั้ง 72
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2019-01-08
วันที่เผยแพร่ 2019-01-04
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา iaderinokun
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image Alt QuickView",
    "short_name": "Alt QuickView",
    "description": "Quickly view the alternative text of any image in the context menu. Simply right-click on an image.",
    "version": "1.0.1",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "browser-polyfill.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}