Lightfinder

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

Co to jest Lightfinder?

Lightfinder to rozszerzenie Chrome opracowane przez Nemesys, a jego główną funkcją jest „Lightfinder allows you to see which settings were used to edit a photo in Lightroom”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Lightfinder

Pobierz pliki rozszerzeń Lightfinder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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 ***                    

Podstawowe informacje o rozszerzeniu

Nazwa Lightfinder Lightfinder
ID cifbgbbgjlehgddmhdognpncdjpiepgn
Oficjalny URL https://chromewebstore.google.com/detail/lightfinder/cifbgbbgjlehgddmhdognpncdjpiepgn
Opis Lightfinder allows you to see which settings were used to edit a photo in Lightroom
Rozmiar pliku 33.24 KB
Liczba instalacji 724
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2018-03-17
Data Publikacji 2018-03-17
Ocena 3.42/5 Łącznie 12 Oceny
Deweloper Nemesys
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}