Pick Color

A Chrome Extension for enhance Colors picker & color converter

Pick Color란 무엇입니까?

Pick Color은(는) Shaikh Saifuddin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome Extension for enhance Colors picker & color converter"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Best color picker tool. Pick colors from a browser tab and copy in any format. Awesome color picker allows you to select a pixel on the page and get color in popular formats. Grab colors from any website. It is Fast and reliable color picker tool.

Features:

🎅 Pick a color from anywhere on your screen
⭐ Just select the color picker and pick the color it will generate color code
🍳 Formats: hex, hex shorthand, RGB, HSL
 🧧 History panel with the latest selected colors
🎨 Get Random color generated with all the color formats
🍭 Easy to use Just copy and past in your code.                    

확장 프로그램 기본 정보

이름 Pick Color Pick Color
ID khjolfgpcjhcmealonfmmchhagngnecf
공식 URL https://chromewebstore.google.com/detail/pick-color/khjolfgpcjhcmealonfmmchhagngnecf
설명 A Chrome Extension for enhance Colors picker & color converter
파일 크기 475 KB
설치 횟수 1,413
현재 버전 0.0.21
최근 업데이트 2021-12-18
출시 날짜 2021-12-15
평점 3.67/5 총 3 개의 평점
개발자 Shaikh Saifuddin
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://colorio.web.app/
도움말 페이지 URL https://imsaif.web.app/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pick Color",
    "version": "0.0.21",
    "description": "A Chrome Extension for enhance Colors picker & color converter",
    "browser_action": {
        "default_icon": "assets\/images\/icons\/favicon-32x32.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "assets\/images\/icons\/favicon-16x16.png",
        "48": "assets\/images\/icons\/android-icon-48x48.png",
        "128": "assets\/images\/icons\/android-icon-48x48.png"
    },
    "background": {
        "scripts": [
            "assets\/js\/appScript.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "assets\/images\/*"
    ],
    "manifest_version": 2
}