Image Info on Hover

Display information about an image.

What is Image Info on Hover?

Image Info on Hover is a Chrome extension developed by Unknown, and its main feature is "Display information about an image.".

Extension Screenshots

screenshot

Download Image Info on Hover Extension CRX File

Download Image Info on Hover 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

                        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.                    

Extension Basic Information

Name Image Info on Hover Image Info on Hover
ID hmhickbbhblacjileplnjeabeeolffkf
Official URL https://chromewebstore.google.com/detail/image-info-on-hover/hmhickbbhblacjileplnjeabeeolffkf
Description Display information about an image.
File Size 54.44 KB
Installation Count 1,294
Current Version 0.1
Last Updated 2014-01-02
Publish Date 2014-01-02
Rating 1.00/5 Total 4 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}