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”。

扩展截图

screenshot

下载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 ***                    

扩展基本信息

名称 Lightfinder Lightfinder
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\/*"
    ]
}