Image info

Display image info: width, height, size

What is Image info?

Image info is a Chrome extension developed by https://sibo.me, and its main feature is "Display image info: width, height, size".

Extension Screenshots

screenshot

Download Image info Extension CRX File

Download Image info extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Image info Image info
ID lhjppngegpcocmjoflncllmpcldjnbmk
Official URL https://chromewebstore.google.com/detail/image-info/lhjppngegpcocmjoflncllmpcldjnbmk
Description Display image info: width, height, size
File Size 97.21 KB
Installation Count 3,673
Current Version 0.3.0
Last Updated 2020-07-24
Publish Date 2016-04-16
Rating 4.28/5 Total 18 Ratings
Developer https://sibo.me
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}