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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων 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\/*"
    ]
}