Lightfinder

Lightfinder allows you to see which settings were used to edit a photo in Lightroom

Что такое Lightfinder?

Lightfinder - это расширение Chrome, разработанное Nemesys, и его основная функция - "Lightfinder allows you to see which settings were used to edit a photo in Lightroom".

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

screenshot

Скачать файл CRX расширения Lightfinder

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

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

                        Simply "alt + A + click" on any photo. If development informations are present, they will be displayed on the right, in a scrollable bar that Lightroom users will find familiar.

*** Please notice that Lightfinder is currently just a beta ***                    

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

Название Lightfinder Lightfinder
ID cifbgbbgjlehgddmhdognpncdjpiepgn
Официальный URL https://chromewebstore.google.com/detail/lightfinder/cifbgbbgjlehgddmhdognpncdjpiepgn
Описание Lightfinder allows you to see which settings were used to edit a photo in Lightroom
Размер файла 33.24 KB
Количество установок 724
Текущая Версия 1.0.3
Последнее Обновление 2018-03-17
Дата публикации 2018-03-17
Рейтинг 3.42/5 Всего 12 оценок
Разработчик Nemesys
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lightfinder",
    "version": "1.0.3",
    "description": "Lightfinder allows you to see which settings were used to edit a photo in Lightroom",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "style_minimal.css"
            ],
            "js": [
                "main.min.js",
                "popup_script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/guide.png",
        "images\/infoSymbol.png"
    ],
    "permissions": [
        "https:\/\/api.flickr.com\/*",
        "https:\/\/c1.staticflickr.com\/*"
    ]
}