Send to Exif Viewer

This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.

Что такое Send to Exif Viewer?

Send to Exif Viewer - это расширение Chrome, разработанное José Tomás Tocino, и его основная функция - "This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Send to Exif Viewer

Скачайте файлы расширений Send to Exif Viewer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Do you like checking the EXIF information of the images you find on the Internet? 

This extension will add an additional item to the context menu of the images which will open a new tab with the image in a metadata viewer.

Piece of cake! It can't be any easier.                    

Основная информация о расширении

Название Send to Exif Viewer Send to Exif Viewer
ID gogiienhpamfmodmlnhdljokkjiapfck
Официальный URL https://chromewebstore.google.com/detail/send-to-exif-viewer/gogiienhpamfmodmlnhdljokkjiapfck
Описание This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.
Размер файла 323 KB
Количество установок 7,345
Текущая Версия 2.1
Последнее Обновление 2022-01-13
Дата публикации 2017-01-15
Рейтинг 4.15/5 Всего 46 оценок
Разработчик José Tomás Tocino
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Send to Exif Viewer",
    "description": "This extension adds an element to the contextual menu to open images in a metadata (EXIF) viewer.",
    "version": "2.1",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "background": {
        "scripts": [
            "send-to-exif-viewer.js"
        ]
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}