Color Finder

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

Cos'è Color Finder?

Color Finder è un'estensione di Chrome sviluppata da colorfinderpc, e la sua funzione principale è "Install color finder Chrome extension & detect RGB & HEX color codes with ease. Best Color Identifier for Chrome.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Color Finder

Scarica i file di estensione Color Finder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Color Finder Color Finder
ID necmnahhpjieeknfddniaagcnhlglgoa
URL Ufficiale https://chromewebstore.google.com/detail/color-finder/necmnahhpjieeknfddniaagcnhlglgoa
Descrizione Install color finder Chrome extension & detect RGB & HEX color codes with ease. Best Color Identifier for Chrome.
Dimensione del File 335 KB
Conteggio Installazioni 24,532
Versione Corrente 2.0.1
Ultimo Aggiornamento 2023-08-02
Data di Pubblicazione 2022-09-11
Valutazione 3.44/5 Totale 9 Valutazioni
Sviluppatore colorfinderpc
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}