Lightfinder

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

ما هو Lightfinder؟

Lightfinder هو إضافة Chrome تم تطويرها بواسطة Nemesys، والميزة الرئيسية لها هي "Lightfinder allows you to see which settings were used to edit a photo in Lightroom".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Lightfinder

قم بتنزيل ملفات الامتداد Lightfinder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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\/*"
    ]
}