Image info

Display image info: width, height, size

Image infoคืออะไร?

Image info เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sibo.me และคุณลักษณะหลักของมันคือ "Display image info: width, height, size"

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

screenshot

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

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

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

                        Show image info when your mouse over an image, including width, height and file size in kb.                    

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

ชื่อ Image info Image info
ID lhjppngegpcocmjoflncllmpcldjnbmk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/image-info/lhjppngegpcocmjoflncllmpcldjnbmk
คำอธิบาย Display image info: width, height, size
ขนาดไฟล์ 97.21 KB
จำนวนการติดตั้ง 3,673
เวอร์ชันปัจจุบัน 0.3.0
อัปเดตครั้งล่าสุด 2020-07-24
วันที่เผยแพร่ 2016-04-16
คะแนน 4.28/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา https://sibo.me
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image info",
    "manifest_version": 2,
    "version": "0.3.0",
    "description": "Display image info: width, height, size",
    "icons": {
        "16": "icons\/16.png",
        "20": "icons\/20.png",
        "24": "icons\/24.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    },
    "browser_action": {
        "default_title": "Image Info - running",
        "default_icon": "icons\/48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/style.css"
            ],
            "js": [
                "\/jquery-2.0.3.min.js",
                "\/index.js"
            ]
        }
    ]
}