Image Info on Hover
Display information about an image.
Cos'è Image Info on Hover?
Image Info on Hover è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Display information about an image.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Image Info on Hover
Scarica i file di estensione Image Info on Hover in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Image Info on Hover |
ID | hmhickbbhblacjileplnjeabeeolffkf |
URL Ufficiale | https://chromewebstore.google.com/detail/image-info-on-hover/hmhickbbhblacjileplnjeabeeolffkf |
Descrizione | Display information about an image. |
Dimensione del File | 54.44 KB |
Conteggio Installazioni | 1,294 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2014-01-02 |
Data di Pubblicazione | 2014-01-02 |
Valutazione | 1.00/5 Totale 4 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |