Lightfinder

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

Qu'est-ce que Lightfinder ?

Lightfinder est une extension Chrome développée par Nemesys, et sa fonction principale est "Lightfinder allows you to see which settings were used to edit a photo in Lightroom".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Lightfinder

Téléchargez les fichiers d'extension Lightfinder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Lightfinder Lightfinder
ID cifbgbbgjlehgddmhdognpncdjpiepgn
URL Officiel https://chromewebstore.google.com/detail/lightfinder/cifbgbbgjlehgddmhdognpncdjpiepgn
Description Lightfinder allows you to see which settings were used to edit a photo in Lightroom
Taille du Fichier 33.24 KB
Nombre d'Installations 724
Version Actuelle 1.0.3
Dernière Mise à Jour 2018-03-17
Date de Publication 2018-03-17
Évaluation 3.42/5 Total 12 Évaluations
Développeur Nemesys
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}