Color Finder

Install color finder Chrome extension & detect RGB & HEX color codes with ease. Best Color Identifier for Chrome.

Was ist Color Finder?

Color Finder ist eine Chrome-Erweiterung, die von colorfinderpc entwickelt wurde, und ihr Hauptmerkmal ist "Install color finder Chrome extension & detect RGB & HEX color codes with ease. Best Color Identifier for Chrome.".

Erweiterungsscreenshots

screenshot

Color Finder-Erweiterungs-CRX-Datei herunterladen

Laden Sie Color Finder-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

                        Are you looking for an easy and efficient way to identify color code on the web? Look no further than Color Finder, the best color code detector for Chrome! With this simple yet powerful extension, you can detect RGB and HEX color codes with ease, making it the perfect tool for designers, developers, and anyone else who works with colors on the web. 

How to Use Color Finder? 
>>Install the extension  
>>Click on the Color Finder icon in your browser toolbar to activate it 
>>Hover your mouse over any color on a web page to see its RGB and HEX color codes 
>>The color codes will be displayed in a pop-up window 
>>Click on the "Copy" button to copy the codes to your clipboard 

Key Features of Chrome Color Picker 

>>Accurate color code detection: It accurately identifies the RGB and HEX color codes of any color on the web, even if it's a subtle shade or gradient. 

>>Easy to use: With just one click, you can activate it and start identifying colors on any web page. The pop-up window displays the color codes in a clear and easy-to-read format. 

>>Lightweight and fast: It is designed to be lightweight and fast, so it won't slow down your browsing experience. It uses minimal system resources and works seamlessly with the Chrome browser. 

>>Free and open source: It is completely free to use, and it's open-source software. This means that anyone can access the source code and contribute to its development.                    

Grundlegende Informationen zur Erweiterung

Name Color Finder Color Finder
ID necmnahhpjieeknfddniaagcnhlglgoa
Offizielle URL https://chromewebstore.google.com/detail/color-finder/necmnahhpjieeknfddniaagcnhlglgoa
Beschreibung Install color finder Chrome extension & detect RGB & HEX color codes with ease. Best Color Identifier for Chrome.
Dateigröße 335 KB
Installationsanzahl 24,532
Aktuelle Version 2.0.1
Letztes Update 2023-08-02
Veröffentlichungsdatum 2022-09-11
Bewertung 3.44/5 Insgesamt 9 Bewertungen
Entwickler colorfinderpc
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Color Finder",
    "version": "2.0.1",
    "description": "Install color finder Chrome extension & detect RGB & HEX color codes with ease. Best Color Identifier for Chrome.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "react-app-holder.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Click Me",
        "default_popup": "popup.html",
        "default_icon": {
            "16": ".\/assets\/Icon_16.png",
            "32": ".\/assets\/Icon_32.png",
            "48": ".\/assets\/Icon_48.png",
            "64": ".\/assets\/Icon_64.png",
            "128": ".\/assets\/Icon_128.png",
            "2000": ".\/assets\/Icon_2000.png"
        }
    },
    "icons": {
        "16": ".\/assets\/Icon_16.png",
        "32": ".\/assets\/Icon_32.png",
        "48": ".\/assets\/Icon_48.png",
        "64": ".\/assets\/Icon_64.png",
        "128": ".\/assets\/Icon_128.png",
        "2000": ".\/assets\/Icon_2000.png"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "activeTab",
        "background"
    ],
    "manifest_version": 3
}