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.”。
擴展截圖
下載LrPC: Lightroom Preset Creator擴展crx文件
下載LrPC: Lightroom Preset Creator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | hfaoeglfgnddielofdmbcmlphffaomfj |
官方網址 | 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" } } |