Image Info on Hover

Display information about an image.

Image Info on Hoverคืออะไร?

Image Info on Hover เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Display information about an image."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Image Info on Hover

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

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

                        This extension will allows you to easily open and information box with details on each image you need to check. All you need to do is hover over the image and the information is displayed by the image.                    

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

ชื่อ Image Info on Hover Image Info on Hover
ID hmhickbbhblacjileplnjeabeeolffkf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/image-info-on-hover/hmhickbbhblacjileplnjeabeeolffkf
คำอธิบาย Display information about an image.
ขนาดไฟล์ 54.44 KB
จำนวนการติดตั้ง 1,294
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2014-01-02
วันที่เผยแพร่ 2014-01-02
คะแนน 1.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Info on Hover",
    "description": "Display information about an image.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "version": "0.1",
    "manifest_version": 2,
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "extension.css"
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "extension.js"
            ]
        }
    ]
}