Lightfinder
Lightfinder allows you to see which settings were used to edit a photo in Lightroom
Co je Lightfinder?
Lightfinder je rozšíření Chrome vyvinuté Nemesys, a jeho hlavní funkcí je „Lightfinder allows you to see which settings were used to edit a photo in Lightroom“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Lightfinder
Stáhněte si soubory rozšíření Lightfinder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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 ***
Základní Informace o Rozšíření
Název | |
ID | cifbgbbgjlehgddmhdognpncdjpiepgn |
Oficiální URL | https://chromewebstore.google.com/detail/lightfinder/cifbgbbgjlehgddmhdognpncdjpiepgn |
Popis | Lightfinder allows you to see which settings were used to edit a photo in Lightroom |
Velikost souboru | 33.24 KB |
Počet instalací | 724 |
Aktuální Verze | 1.0.3 |
Poslední Aktualizace | 2018-03-17 |
Datum Vydání | 2018-03-17 |
Hodnocení | 3.42/5 Celkem 12 Hodnocení |
Vývojář | Nemesys |
Typ Platby | free |
Podporované Jazyky | 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\/*" ] } |