Image Info on Hover

Display information about an image.

Was ist Image Info on Hover?

Image Info on Hover ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Display information about an image.".

Erweiterungsscreenshots

screenshot

Image Info on Hover-Erweiterungs-CRX-Datei herunterladen

Laden Sie Image Info on Hover-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Image Info on Hover Image Info on Hover
ID hmhickbbhblacjileplnjeabeeolffkf
Offizielle URL https://chromewebstore.google.com/detail/image-info-on-hover/hmhickbbhblacjileplnjeabeeolffkf
Beschreibung Display information about an image.
Dateigröße 54.44 KB
Installationsanzahl 1,294
Aktuelle Version 0.1
Letztes Update 2014-01-02
Veröffentlichungsdatum 2014-01-02
Bewertung 1.00/5 Insgesamt 4 Bewertungen
Entwickler Unknown
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}