Lustii — Simple Page Color Picker

Copying colors from pages becomes easier

Lustii — Simple Page Color Picker란 무엇입니까?

Lustii — Simple Page Color Picker은(는) cresvinn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copying colors from pages becomes easier"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Lustii — Simple Page Color Picker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Lustii is a functional and practical Chrome browser extension that enables easy color picking from web pages using an eyedropper tool. With Lustii, you can quickly extract colors from pages that interest you and use them in your projects, graphics, or other creative works.

Key features of the extension:

• Color Eyedropper: Lustii is equipped with an intuitive and user-friendly color eyedropper. Simply hover over any area of a page that contains the color you're interested in, click the left mouse button, and the extension will automatically identify and copy that color.

• History of Selected Colors: The extension also provides a convenient history of recently selected colors. You can easily browse through previously picked colors, view their values in HEX format, and reuse them at any time.

With Lustii, using the color eyedropper becomes convenient and efficient. You can easily retrieve colors from various web pages and manage them effortlessly with the history feature. It will be an invaluable tool for designers, graphic artists, programmers, or anyone who regularly works with colors in the Chrome browser.                    

확장 프로그램 기본 정보

이름 Lustii — Simple Page Color Picker Lustii — Simple Page Color Picker
ID jokkcondoknojjpijdbmmahgnlnlabcj
공식 URL https://chromewebstore.google.com/detail/lustii-%E2%80%94-simple-page-colo/jokkcondoknojjpijdbmmahgnlnlabcj
설명 Copying colors from pages becomes easier
파일 크기 99.52 KB
설치 횟수 37
현재 버전 1.0
최근 업데이트 2023-05-06
출시 날짜 2023-05-04
개발자 cresvinn
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lustii \u2014 Simple Page Color Picker",
    "description": "Copying colors from pages becomes easier",
    "version": "1.0",
    "author": "Oliwier Tkacz",
    "manifest_version": 3,
    "action": {
        "default_title": "Sapphire",
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/16x16.png",
            "24": "icons\/48x48.png",
            "32": "icons\/128x128.png"
        }
    },
    "permissions": [
        "scripting",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        ""
    ]
}