Screen Color Picker

An extension to pick the RGB,HEX,and HSL code from ANYWHERE on your screen

Screen Color Picker란 무엇입니까?

Screen Color Picker은(는) meddeg59에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension to pick the RGB,HEX,and HSL code from ANYWHERE on your screen"입니다.

확장 프로그램 스크린샷

screenshot

Screen Color Picker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        An easy and fast extension to pick the color code of a pixel from ANYWHERE on your screen. Click the extension logo, click on the pixel you want to take the color code from , and here we go ,the color code is directly copied to your clipboard !                    

확장 프로그램 기본 정보

이름 Screen Color Picker Screen Color Picker
ID ppjaeooknocbiflabboobeaeoedlpecl
공식 URL https://chromewebstore.google.com/detail/screen-color-picker/ppjaeooknocbiflabboobeaeoedlpecl
설명 An extension to pick the RGB,HEX,and HSL code from ANYWHERE on your screen
파일 크기 69.86 KB
설치 횟수 897
현재 버전 1.0.0
최근 업데이트 2022-09-29
출시 날짜 2022-09-28
평점 1.00/5 총 1 개의 평점
개발자 meddeg59
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Screen Color Picker",
    "version": "1.0.0",
    "action": {
        "default_title": "Pick a color from your screen"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.content.jsx.10f1a301.62bb8f98.js"
            ],
            "matches": [
                ""
            ],
            "css": [
                "assets\/content.jsx.20002178.css"
            ]
        }
    ],
    "icons": {
        "16": "16pipe.png",
        "48": "48pipe.png",
        "128": "128pipe.png"
    },
    "description": "An extension to pick the RGB,HEX,and HSL code from ANYWHERE on your screen",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/content.jsx.10f1a301.js"
            ],
            "use_dynamic_url": true
        }
    ]
}