Color Grabber

Extract colors easily from anywhere with color grabber tool.

Color Grabber란 무엇입니까?

Color Grabber은(는) https://colorgrabber.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extract colors easily from anywhere with color grabber tool."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        No matter on which webpage you are, grab your desired color on the spot with this simple Color Grabber tool. Select the element and it'll tell you the hex code of the selected color. Or select your desired color from the color panel inside the tool.                    

확장 프로그램 기본 정보

이름 Color Grabber Color Grabber
ID ienonflmjobapflnpjadihcdibodpkjb
공식 URL https://chromewebstore.google.com/detail/color-grabber/ienonflmjobapflnpjadihcdibodpkjb
설명 Extract colors easily from anywhere with color grabber tool.
파일 크기 273 KB
설치 횟수 546
현재 버전 1.0.8
최근 업데이트 2023-12-27
출시 날짜 2021-09-14
평점 5.00/5 총 1 개의 평점
개발자 https://colorgrabber.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://colorgrabber.io
개인정보 보호 정책 페이지 URL https://tier5.us/chrome_extension
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Color Grabber",
    "description": "Extract colors easily from anywhere with color grabber tool.",
    "version": "1.0.8",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "login.html",
        "default_title": "Color Grabber"
    },
    "icons": {
        "16": "images\/1625151100122-smallLogo.png",
        "48": "images\/1625151100166-mediumLogo.png",
        "128": "images\/1625151100210-largeLogo.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "web_accessible_resources": [
        "js\/edropper2.js",
        "inject\/anchor-cursor-default.css",
        "inject\/anchor-cursor-crosshair.css",
        "inject\/edropper2.css"
    ],
    "commands": {
        "activate": {
            "suggested_key": {
                "default": "Alt+P"
            },
            "description": "Activate pick color from web page"
        }
    },
    "short_name": "CG"
}