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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}