Lightroom Preset Picker

The fasted way to access the latest Presets for Lightroom C.

What is Lightroom Preset Picker?

Lightroom Preset Picker is a Chrome extension developed by Lightroom Presets by PA, and its main feature is "The fasted way to access the latest Presets for Lightroom C.".

Extension Screenshots

screenshot
screenshot

Download Lightroom Preset Picker Extension CRX File

Download Lightroom Preset Picker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Quickly access all the latest mobile and desktop presets for Lightroom CC on ParkerArrow. 

Lightroom Presets are a great way to take your photos to the next level. Especially if you are new to photo editing, the learning curve can be steep. It can take a long time to edit your photo, especially if you are on-the-go. While Lightroom’s powerful editing tools can be essential when you are sitting in front of your laptop or desktop, they can be difficult to access if you are editing on your smartphone. 

This is where Lightroom mobile presets come in handy. They offer quick and easy photo editing through a one-click preset on your smartphone. All of us at Parker Arrow completed the pre-coloring for you, so you simply need to select the appropriate Lightroom filter and you are good to go.                    

Extension Basic Information

Name Lightroom Preset Picker Lightroom Preset Picker
ID pjbcohmafcclldphadmakodjohkblbdb
Official URL https://chromewebstore.google.com/detail/lightroom-preset-picker/pjbcohmafcclldphadmakodjohkblbdb
Description The fasted way to access the latest Presets for Lightroom C.
File Size 10.57 KB
Installation Count 223
Current Version 0.1
Last Updated 2020-04-04
Publish Date 2020-04-04
Developer Lightroom Presets by PA
Payment Type free
Extension Website https://parkerarrowpresets.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lightroom Preset Picker",
    "manifest_version": 2,
    "short_name": "PresetPicker",
    "description": "The fasted way to access the latest Presets for Lightroom C.",
    "version": "0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon16.png"
    },
    "icons": {
        "128": "icon128.png"
    }
}