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 |
公式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\/*" ] } |