Lightfinder

Lightfinder allows you to see which settings were used to edit a photo in Lightroom

Lightfinder là gì?

Lightfinder là một tiện ích mở rộng Chrome được phát triển bởi Nemesys, và tính năng chính của nó là "Lightfinder allows you to see which settings were used to edit a photo in Lightroom".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Lightfinder

Tải xuống các tệp mở rộng Lightfinder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Lightfinder Lightfinder
ID cifbgbbgjlehgddmhdognpncdjpiepgn
URL Chính Thức https://chromewebstore.google.com/detail/lightfinder/cifbgbbgjlehgddmhdognpncdjpiepgn
Mô tả Lightfinder allows you to see which settings were used to edit a photo in Lightroom
Kích Thước Tệp 33.24 KB
Số Lần Cài Đặt 724
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2018-03-17
Ngày Phát Hành 2018-03-17
Đánh Giá 3.42/5 Tổng số 12 Đánh Giá
Nhà Phát Triển Nemesys
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}