Lightroom Preset Generator

Generate a random black & white, vintage or colour Lightroom preset at the click of a button.

Lightroom Preset Generatorคืออะไร?

Lightroom Preset Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย snow monkey lab และคุณลักษณะหลักของมันคือ "Generate a random black & white, vintage or colour Lightroom preset at the click of a button."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lightroom Preset Generator

ดาวน์โหลดไฟล์ส่วนขยาย Lightroom Preset Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        At the press of a button our preset squirrels will generate you a randomised Lightroom preset, downloaded and ready to install. You never know what you are going to get. 

Our squirrels are all highly qualified presetologists, hand-picked from the best squirrel art colleges. They are extremely dedicated to their craft, spending most of their time in the nut lab - fiddling with sliders in search of the illusive 'perfect preset'. 

All you have to do is choose between a colour, black & white or vintage preset and the squirrels will get to work for you.

Our squirrels have been working hard on version 5.3 and are proud to announce some great new features:
- the squirrels now deal with being offline more gracefully
- choose the frequency of squirrel celebrations
- see a count of how many presets you have generated over time
- UI improvements                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Lightroom Preset Generator Lightroom Preset Generator
ID mdafemlphdjnhbdglfnankciemdngach
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lightroom-preset-generato/mdafemlphdjnhbdglfnankciemdngach
คำอธิบาย Generate a random black & white, vintage or colour Lightroom preset at the click of a button.
ขนาดไฟล์ 1.03 MB
จำนวนการติดตั้ง 1,870
เวอร์ชันปัจจุบัน 5.3
อัปเดตครั้งล่าสุด 2020-07-20
วันที่เผยแพร่ 2020-05-30
คะแนน 4.28/5 รวมทั้งหมด 32 คะแนน
ผู้พัฒนา snow monkey lab
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://drive.google.com/file/d/1wCioQg_SzDtnkLTcJ46ilhKltsW47tre/view?usp=sharing
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lightroom Preset Generator",
    "author": "snow monkey lab",
    "short_name": "Random Lightroom Presets",
    "description": "Generate a random black & white, vintage or colour Lightroom preset at the click of a button.",
    "version": "5.3",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Generate a Random Lightroom Preset",
        "default_icon": {
            "16": "icons\/16.png",
            "24": "icons\/24.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "64": "icons\/64.png"
        },
        "default_popup": "lightroom_random_preset_generator.html"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/celebrationSquirrel.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "24": "icons\/24.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "web_accessible_resources": [
        "jquery.js",
        "squirrels\/squirrel_1.png",
        "squirrels\/squirrel_2.png",
        "squirrels\/squirrel_3.png",
        "squirrels\/squirrel_4.png",
        "squirrels\/squirrel_5.png",
        "squirrels\/squirrel_6.png",
        "squirrels\/squirrel_7.png",
        "squirrels\/squirrel_8.png",
        "squirrels\/squirrel_9.png",
        "squirrels\/squirrel_10.png",
        "squirrels\/squirrel_11.png",
        "cameras\/camera_1.png",
        "cameras\/camera_2.png",
        "cameras\/camera_3.png",
        "cameras\/camera_4.png",
        "cameras\/camera_5.png"
    ]
}