Goodhue - Read EXIF and XMP Information

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

Goodhue - Read EXIF and XMP Information क्या है?

Goodhue - Read EXIF and XMP Information Goodhue द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View EXIF or XMP information of any image and send that data directly to Lightroom."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Goodhue - Read EXIF and XMP Information एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

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

नाम Goodhue - Read EXIF and XMP Information Goodhue - Read EXIF and XMP Information
ID pkacogamhpebcampgohkefmchngbhncf
आधिकारिक URL https://chromewebstore.google.com/detail/goodhue-read-exif-and-xmp/pkacogamhpebcampgohkefmchngbhncf
विवरण View EXIF or XMP information of any image and send that data directly to Lightroom.
फ़ाइल का आकार 115 KB
स्थापना संख्या 87
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2024-02-16
प्रकाशन तिथि 2023-09-25
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Goodhue
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://www.goodhue.io
सहायता पृष्ठ URL https://www.goodhue.io/support
गोपनीयता नीति पृष्ठ URL https://goodhue.io/privacy-policy
समर्थित भाषाएँ 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"
    ]
}