Lightfinder

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

Lightfinder क्या है?

Lightfinder Nemesys द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Lightfinder allows you to see which settings were used to edit a photo in Lightroom"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Lightfinder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 ***                    

एक्सटेंशन की मूल जानकारी

नाम 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\/*"
    ]
}