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开发的Chrome扩展程序,该扩展的主要功能是“View EXIF or XMP information of any image and send that data directly to Lightroom.”。

扩展截图

screenshot
screenshot
screenshot

下载Goodhue - Read EXIF and XMP Information扩展crx文件

下载Goodhue - Read EXIF and XMP Information扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}