Lightfinder
Lightfinder allows you to see which settings were used to edit a photo in Lightroom
¿Qué es Lightfinder?
Lightfinder es una extensión de Chrome desarrollada por Nemesys, y su función principal es "Lightfinder allows you to see which settings were used to edit a photo in Lightroom".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Lightfinder
Descarga archivos de extensión Lightfinder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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 ***
Información Básica de la Extensión
Nombre | |
ID | cifbgbbgjlehgddmhdognpncdjpiepgn |
URL Oficial | https://chromewebstore.google.com/detail/lightfinder/cifbgbbgjlehgddmhdognpncdjpiepgn |
Descripción | Lightfinder allows you to see which settings were used to edit a photo in Lightroom |
Tamaño del Archivo | 33.24 KB |
Cantidad de Instalaciones | 724 |
Versión Actual | 1.0.3 |
Última Actualización | 2018-03-17 |
Fecha de Publicación | 2018-03-17 |
Calificación | 3.42/5 Total de 12 Calificaciones |
Desarrollador | Nemesys |
Tipo de Pago | free |
Idiomas Soportados | 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\/*" ] } |