Image Info on Hover
Display information about an image.
Qu'est-ce que Image Info on Hover ?
Image Info on Hover est une extension Chrome développée par Unknown, et sa fonction principale est "Display information about an image.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Image Info on Hover
Téléchargez les fichiers d'extension Image Info on Hover au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Image Info on Hover |
ID | hmhickbbhblacjileplnjeabeeolffkf |
URL Officiel | https://chromewebstore.google.com/detail/image-info-on-hover/hmhickbbhblacjileplnjeabeeolffkf |
Description | Display information about an image. |
Taille du Fichier | 54.44 KB |
Nombre d'Installations | 1,294 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2014-01-02 |
Date de Publication | 2014-01-02 |
Évaluation | 1.00/5 Total 4 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |