Goodhue - Read EXIF and XMP Information

View EXIF or XMP information of any image and send that data directly to Lightroom.

Co je Goodhue - Read EXIF and XMP Information?

Goodhue - Read EXIF and XMP Information je rozšíření Chrome vyvinuté Goodhue, a jeho hlavní funkcí je „View EXIF or XMP information of any image and send that data directly to Lightroom.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Goodhue - Read EXIF and XMP Information

Stáhněte si soubory rozšíření Goodhue - Read EXIF and XMP Information ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This plugin works by showing you which images online contain .xmp and EXIF data, so that they can be used in post-production for Adobe Lightroom.

This information is accessible to everyone, and if the information is present, you will receive a notice similar to to this:
✅ This image likely contains XMP Data
✅ This image likely contains EXIF Data

You'll also see a color bar to determine how much color data is present in an existing image.

Because of data structures and file formats, while the plugin may indicate their is color data, not all data will be readable by Lightroom.

If you're using our software, you can input your License Key and automatically transfer an image's color data directly into Lightroom with one click.

If you'd like to learn more about our software, you can visit our website. (www.goodhue.io)

Goodhue is a Lightroom Plugin that can extract colors from images by extracting their color data (contained as .xmp file or embedded in EXIF data).

You may view our Privacy Policy here: https://goodhue.io/privacy-policy                    

Základní Informace o Rozšíření

Název Goodhue - Read EXIF and XMP Information Goodhue - Read EXIF and XMP Information
ID pkacogamhpebcampgohkefmchngbhncf
Oficiální URL https://chromewebstore.google.com/detail/goodhue-read-exif-and-xmp/pkacogamhpebcampgohkefmchngbhncf
Popis View EXIF or XMP information of any image and send that data directly to Lightroom.
Velikost souboru 115 KB
Počet instalací 87
Aktuální Verze 1.0.0
Poslední Aktualizace 2024-02-16
Datum Vydání 2023-09-25
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Goodhue
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://www.goodhue.io
URL Stránky Nápovědy https://www.goodhue.io/support
URL Stránky Zásad Ochrany Soukromí https://goodhue.io/privacy-policy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Goodhue - Read EXIF and XMP Information",
    "description": "View EXIF or XMP information of any image and send that data directly to Lightroom.",
    "version": "1.0.0",
    "minimum_chrome_version": "116",
    "homepage_url": "https:\/\/www.goodhue.io\/",
    "author": {
        "name": "Denyoze",
        "url": "https:\/\/denyoze.space"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "icons": {
        "24": "src\/assets\/icons\/24.png",
        "32": "src\/assets\/icons\/32.png",
        "64": "src\/assets\/icons\/64.png",
        "128": "src\/assets\/icons\/128.png",
        "256": "src\/assets\/icons\/256.png"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "sidePanel",
        "contextMenus",
        "storage"
    ]
}