Lightroom Preset Picker
The fasted way to access the latest Presets for Lightroom C.
什麼是Lightroom Preset Picker?
Lightroom Preset Picker是由Lightroom Presets by PA開發的Chrome擴展程式,該擴展的主要功能是“The fasted way to access the latest Presets for Lightroom C.”。
擴展截圖
下載Lightroom Preset Picker擴展crx文件
下載Lightroom Preset Picker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | pjbcohmafcclldphadmakodjohkblbdb |
官方網址 | https://chromewebstore.google.com/detail/lightroom-preset-picker/pjbcohmafcclldphadmakodjohkblbdb |
簡介 | The fasted way to access the latest Presets for Lightroom C. |
檔案大小 | 10.57 KB |
安裝次數 | 223 |
目前版本 | 0.1 |
更新時間 | 2020-04-04 |
上架時間 | 2020-04-04 |
開發者 | Lightroom Presets by PA |
付費類型 | free |
擴展官網 | https://parkerarrowpresets.com/ |
支援的語言 | 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" } } |