LrPC: Lightroom Preset Creator

Easy to create and download unique lightroom presets, profiles and LUTs with one click.

LrPC: Lightroom Preset Creator란 무엇입니까?

LrPC: Lightroom Preset Creator은(는) M.Fahri Photo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy to create and download unique lightroom presets, profiles and LUTs with one click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

LrPC: Lightroom Preset Creator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Edit photos faster with Lightroom presets. Get the benefit of filters that you can customize without limits when you use Lightroom presets.

Lightroom presets free you up to create stunning photo filters. Spend more time getting the perfect shot by adding convenient presets to Lightroom. Creating and importing Lightroom presets can simplify photo editing. Create Lightroom presets of your own to share with this tools. Get presets that deliver stunning new looks from a community of photographers like you. Take your photo editing to the next level.

Presets are compatible with New Lightroom App or Camera RAW Filter. Unlimited to create unique presets.

How to use this app, 
* Type your presets name
* Click Create Presets
* Import presets to your Lightroom or ACR

What's New :
v1.5  Fix Minor Bug ( 2021 06 10 )
v1.4  Fix Minor Bug ( 2021 05 07 )
v1.3  Fix Minor Bug ( 2021 02 05 )
v1.2  Fix Minor Bug                    

확장 프로그램 기본 정보

이름 LrPC: Lightroom Preset Creator LrPC: Lightroom Preset Creator
ID hfaoeglfgnddielofdmbcmlphffaomfj
공식 URL https://chrome.google.com/webstore/detail/hfaoeglfgnddielofdmbcmlphffaomfj
설명 Easy to create and download unique lightroom presets, profiles and LUTs with one click.
파일 크기 5.32 KB
설치 횟수 1,712
현재 버전 2.1
최근 업데이트 2022-04-05
출시 날짜 2021-02-04
평점 5.00/5 총 1 개의 평점
개발자 M.Fahri Photo
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.facebook.com/M.Fahri.Photo
도움말 페이지 URL https://www.facebook.com/M.Fahri.Photo
개인정보 보호 정책 페이지 URL https://www.privacypolicyonline.com/live.php?token=Fo7SWt9eI5GBdiage9QSwTb5miw9SNil
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LrPC: Lightroom Preset Creator",
    "short_name": "LrPc",
    "description": "Easy to create and download unique lightroom presets, profiles and LUTs with one click.",
    "version": "2.1",
    "manifest_version": 2,
    "permissions": [
        "https:\/\/presetscreator.epizy.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/presetscreator.epizy.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_title": "Lightroom Presets Creator",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png",
        "256": "icon.png",
        "512": "icon.png",
        "1024": "icon.png"
    }
}