Lightfinder
Lightfinder allows you to see which settings were used to edit a photo in Lightroom
O que é Lightfinder?
Lightfinder é uma extensão do Chrome desenvolvida por Nemesys, e sua principal característica é "Lightfinder allows you to see which settings were used to edit a photo in Lightroom".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Lightfinder
Baixe arquivos de extensão Lightfinder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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 ***
Informações Básicas da Extensão
Nome | |
ID | cifbgbbgjlehgddmhdognpncdjpiepgn |
URL Oficial | https://chromewebstore.google.com/detail/lightfinder/cifbgbbgjlehgddmhdognpncdjpiepgn |
Descrição | Lightfinder allows you to see which settings were used to edit a photo in Lightroom |
Tamanho do Arquivo | 33.24 KB |
Contagem de Instalações | 724 |
Versão Atual | 1.0.3 |
Última Atualização | 2018-03-17 |
Data de Publicação | 2018-03-17 |
Classificação | 3.42/5 Total de 12 Avaliações |
Desenvolvedor | Nemesys |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/*" ] } |