Color Picker by AdCreative.ai

Color Picker by AdCreative.ai

¿Qué es Color Picker by AdCreative.ai?

Color Picker by AdCreative.ai es una extensión de Chrome desarrollada por https://adcreative.ai, y su función principal es "Color Picker by AdCreative.ai".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Color Picker by AdCreative.ai

Descarga archivos de extensión Color Picker by AdCreative.ai en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Color Picker by AdCreative.ai Color Picker by AdCreative.ai
ID bijgpkifioecdiebmfdlecnbgiommlmf
URL Oficial https://chromewebstore.google.com/detail/color-picker-by-adcreativ/bijgpkifioecdiebmfdlecnbgiommlmf
Descripción Color Picker by AdCreative.ai
Tamaño del Archivo 356 KB
Cantidad de Instalaciones 7,467
Versión Actual 1.8.4
Última Actualización 2023-04-05
Fecha de Publicación 2022-01-06
Calificación 4.92/5 Total de 12 Calificaciones
Desarrollador https://adcreative.ai
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://adcreative.ai/
URL de la Página de Ayuda https://app.adcreative.ai/
URL de la Página de Política de Privacidad https://www.adcreative.ai/privacy-policy
Idiomas Soportados 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"
    }
}