Color Picker by AdCreative.ai

Color Picker by AdCreative.ai

Was ist Color Picker by AdCreative.ai?

Color Picker by AdCreative.ai ist eine Chrome-Erweiterung, die von https://adcreative.ai entwickelt wurde, und ihr Hauptmerkmal ist "Color Picker by AdCreative.ai".

Erweiterungsscreenshots

screenshot

Color Picker by AdCreative.ai-Erweiterungs-CRX-Datei herunterladen

Laden Sie Color Picker by AdCreative.ai-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Color Picker by AdCreative.ai Color Picker by AdCreative.ai
ID bijgpkifioecdiebmfdlecnbgiommlmf
Offizielle URL https://chromewebstore.google.com/detail/color-picker-by-adcreativ/bijgpkifioecdiebmfdlecnbgiommlmf
Beschreibung Color Picker by AdCreative.ai
Dateigröße 356 KB
Installationsanzahl 7,467
Aktuelle Version 1.8.4
Letztes Update 2023-04-05
Veröffentlichungsdatum 2022-01-06
Bewertung 4.92/5 Insgesamt 12 Bewertungen
Entwickler https://adcreative.ai
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://adcreative.ai/
Hilfeseite URL https://app.adcreative.ai/
URL der Datenschutzrichtlinien-Seite https://www.adcreative.ai/privacy-policy
Unterstützte Sprachen 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"
    }
}