Image Color Picker - find colors from image

Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.

Image Color Picker - find colors from image란 무엇입니까?

Image Color Picker - find colors from image은(는) https://libscat.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Image Color Picker - find colors from image 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Click this chrome extension icon to display a list of images in the browsed webpage. Select one of the images, and the image color picker tool  will be opened. With the tool, you can get various color codes of the image.                    

확장 프로그램 기본 정보

이름 Image Color Picker - find colors from image Image Color Picker - find colors from image
ID ainpldfncpicabccajiklbibogoonpjp
공식 URL https://chromewebstore.google.com/detail/image-color-picker-find-c/ainpldfncpicabccajiklbibogoonpjp
설명 Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.
파일 크기 93.44 KB
설치 횟수 1,852
현재 버전 2.0
최근 업데이트 2020-07-08
출시 날짜 2020-07-03
평점 5.00/5 총 1 개의 평점
개발자 https://libscat.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://libscat.com/html-color-codes/color-from-image.html
도움말 페이지 URL https://libscat.com
개인정보 보호 정책 페이지 URL https://libscat.com/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Color Picker - find colors from image",
    "version": "2.0",
    "description": "Using this image color picker to find color HEX, RGB, HSL, and CMYK values from the image.",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Find colors from image",
        "default_icon": "images\/libscat_32.png"
    },
    "icons": {
        "16": "images\/libscat_16.png",
        "32": "images\/libscat_32.png",
        "48": "images\/libscat_48.png",
        "128": "images\/libscat_128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/*",
        "style\/*",
        "lib\/*",
        "page\/*",
        "script\/main.js"
    ]
}