Image Info on Hover
Display information about an image.
Что такое Image Info on Hover?
Image Info on Hover - это расширение Chrome, разработанное Unknown, и его основная функция - "Display information about an image.".
Снимки экрана расширения
Скачать файл CRX расширения Image Info on Hover
Скачайте файлы расширений Image Info on Hover в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Image Info on Hover |
ID | hmhickbbhblacjileplnjeabeeolffkf |
Официальный URL | https://chromewebstore.google.com/detail/image-info-on-hover/hmhickbbhblacjileplnjeabeeolffkf |
Описание | Display information about an image. |
Размер файла | 54.44 KB |
Количество установок | 1,294 |
Текущая Версия | 0.1 |
Последнее Обновление | 2014-01-02 |
Дата публикации | 2014-01-02 |
Рейтинг | 1.00/5 Всего 4 оценок |
Разработчик | Unknown |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } ] } |