Color Finder Pro

Find out the exact colors easily from any funnel or website with the color finder pro tool

Color Finder Pro란 무엇입니까?

Color Finder Pro은(는) http://colorfinderpro.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find out the exact colors easily from any funnel or website with the color finder pro tool"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Color Finder Pro is a beautiful and easy-to-use color finder pro is for web developers, funnel builders, and more.

With Color Finder Pro's instant eyedropper copies any hex color to the extensions clipboard in one click. 

Also, with Color Finder Pro's Instant Eyedropper, you can:
◦ Save up to 6 recently picked colors
◦ Adjust color with color wheel tool
◦ Copy in HEX, RGB, HSV
◦ Find out what the Dominant Color is

Easily pin Color Finder Pro toolbar icon for quick access to saving any color you want!

This is currently for FREE, so grab your copy of Color Finder Pro now and use it to help you quickly save the colors you want for your next website/funnel project.                    

확장 프로그램 기본 정보

이름 Color Finder Pro Color Finder Pro
ID lplkfhejccpkianaolcggdfefnlppbac
공식 URL https://chrome.google.com/webstore/detail/color-finder-pro/lplkfhejccpkianaolcggdfefnlppbac
설명 Find out the exact colors easily from any funnel or website with the color finder pro tool
파일 크기 237 KB
설치 횟수 328
현재 버전 2.1.3
최근 업데이트 2021-09-30
출시 날짜 2021-09-30
개발자 http://colorfinderpro.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.colorfinderpro.com
도움말 페이지 URL https://www.facebook.com/groups/justinmuiruserssupport/
개인정보 보호 정책 페이지 URL https://www.geniusresellerprogram.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Color Finder Pro",
    "description": "Find out the exact colors easily from any funnel or website with the color finder pro tool",
    "version": "2.1.3",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "login.html",
        "default_title": "Color Finder Pro"
    },
    "icons": {
        "16": "images\/60b4b8ebcf079d01363fbeb9-Color_Finder_Pro-1626130464997-small_icon.png",
        "48": "images\/60b4b8ebcf079d01363fbeb9-Color_Finder_Pro-1626130465064-medium_icon.png",
        "128": "images\/60b4b8ebcf079d01363fbeb9-Color_Finder_Pro-1626130465106-large_icon.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": "CFP"
}