Image Info on Hover
Display information about an image.
Wat is Image Info on Hover?
Image Info on Hover is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Display information about an image.".
Extensie Screenshots
Download het CRX-bestand van de extensie Image Info on Hover
Download Image Info on Hover-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Image Info on Hover |
ID | hmhickbbhblacjileplnjeabeeolffkf |
Officiële URL | https://chromewebstore.google.com/detail/image-info-on-hover/hmhickbbhblacjileplnjeabeeolffkf |
Beschrijving | Display information about an image. |
Bestandsgrootte | 54.44 KB |
Aantal Installaties | 1,294 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2014-01-02 |
Publicatiedatum | 2014-01-02 |
Beoordeling | 1.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |