Image Info on Hover
Display information about an image.
Vad är Image Info on Hover?
Image Info on Hover är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Display information about an image.".
Tilläggsskärmbilder
Ladda ner Image Info on Hover-förlängningens CRX-fil
Ladda ner Image Info on Hover-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Image Info on Hover |
ID | hmhickbbhblacjileplnjeabeeolffkf |
Officiell webbadress | https://chromewebstore.google.com/detail/image-info-on-hover/hmhickbbhblacjileplnjeabeeolffkf |
Beskrivning | Display information about an image. |
Filstorlek | 54.44 KB |
Antal Installationer | 1,294 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2014-01-02 |
Publiceringsdatum | 2014-01-02 |
Betyg | 1.00/5 Totalt 4 Betyg |
Utvecklare | Unknown |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |