Lightfinder
Lightfinder allows you to see which settings were used to edit a photo in Lightroom
Lightfinder란 무엇입니까?
Lightfinder은(는) Nemesys에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lightfinder allows you to see which settings were used to edit a photo in Lightroom"입니다.
확장 프로그램 스크린샷
Lightfinder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 ***
확장 프로그램 기본 정보
이름 | |
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\/*" ] } |