Color Picker by AdCreative.ai

Color Picker by AdCreative.ai

Color Picker by AdCreative.ai란 무엇입니까?

Color Picker by AdCreative.ai은(는) https://adcreative.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Color Picker by AdCreative.ai"입니다.

확장 프로그램 스크린샷

screenshot

Color Picker by AdCreative.ai 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Discover the power of color with the Color Picker v2 by AdCreative.ai. Our free, constantly updated extension features both HEX and RGB color options for ultimate flexibility.

With two optimized color pickers, you'll find the perfect shade for any design project. The first picker is designed to work seamlessly with the latest Windows and Mac devices, ensuring that you'll always have access to the best color options.

The second part of the extension automatically reads the code of any website and presents the 12 most frequently used colors. This feature allows you to quickly and easily incorporate colors that already work well together into your design.

At AdCreative.ai, we take your privacy seriously. Our startup, based in Paris, adheres to all GDPR rules and never collects any information from your computer or account.

Whether you're a using AdCreative.ai to generate conversion focused ad creatives, or just looking to add some color to your everyday browsing, the Color Picker by AdCreative.ai is the perfect tool. Try it out today and discover how easy and fun it is to work with color!

AdCreative.ai Team                    

확장 프로그램 기본 정보

이름 Color Picker by AdCreative.ai Color Picker by AdCreative.ai
ID bijgpkifioecdiebmfdlecnbgiommlmf
공식 URL https://chromewebstore.google.com/detail/color-picker-by-adcreativ/bijgpkifioecdiebmfdlecnbgiommlmf
설명 Color Picker by AdCreative.ai
파일 크기 356 KB
설치 횟수 7,467
현재 버전 1.8.4
최근 업데이트 2023-04-05
출시 날짜 2022-01-06
평점 4.92/5 총 12 개의 평점
개발자 https://adcreative.ai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://adcreative.ai/
도움말 페이지 URL https://app.adcreative.ai/
개인정보 보호 정책 페이지 URL https://www.adcreative.ai/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Color Picker by AdCreative.ai",
    "version": "1.8.4",
    "manifest_version": 3,
    "description": "Color Picker by AdCreative.ai",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "128": "img\/AdCreative-Icon.png"
    },
    "action": {
        "default_title": "Color Picker by AdCreative.ai",
        "default_popup": "popup.html"
    }
}