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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย M.Fahri Photo และคุณลักษณะหลักของมันคือ "Easy to create and download unique lightroom presets, profiles and LUTs with one click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LrPC: Lightroom Preset Creator
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } } |