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文件

下载Color Picker by AdCreative.ai扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}