Colorpeek

Simply share CSS colors from text selections, images or websites using Colorpeek.

Colorpeek란 무엇입니까?

Colorpeek은(는) https://colorpeek.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simply share CSS colors from text selections, images or websites using Colorpeek."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Colorpeek is a tiny web app for quickly seeing and sharing CSS colors. The extension can parse colors from three different sources:

1. Text selections (hex values you received in an email, for example)
2. Prominent colors in an image
3. CSS colors used on a webpage

Great for designers, developers, or anyone tired of spelunking through web inspectors, opening up Photoshop or hunting and pecking with an eyedropper just to grab color values.

Additional features:

- Customize the output of webpage palettes (hide/show black, white, grays or semi-transparent colors)
- Change the amount of colors returned for images
- Use from the toolbar or right-click menu

Follow https://twitter.com/colorpeek for info and updates

Try the web app at http://colorpeek.com                    

확장 프로그램 기본 정보

이름 Colorpeek Colorpeek
ID bijmchgbjjmcmhldfpbamobldomjoioo
공식 URL https://chromewebstore.google.com/detail/colorpeek/bijmchgbjjmcmhldfpbamobldomjoioo
설명 Simply share CSS colors from text selections, images or websites using Colorpeek.
파일 크기 107 KB
설치 횟수 3,184
현재 버전 1.0.1
최근 업데이트 2022-06-04
출시 날짜 2013-12-01
평점 4.69/5 총 35 개의 평점
개발자 https://colorpeek.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://colorpeek.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "homepage_url": "http:\/\/colorpeek.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/color-thief.js",
            "js\/color.js",
            "src\/bg\/colorkeywords.js",
            "src\/bg\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        }
    },
    "permissions": [
        "contextMenus",
        "notifications",
        "storage",
        ""
    ],
    "options_page": "src\/options\/options.html"
}