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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy to create and download unique lightroom presets, profiles and LUTs with one click."।

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

screenshot
screenshot

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

crx प्रारूप में LrPC: Lightroom Preset Creator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}