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文件
下載Lightfinder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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\/*" ] } |