Color Finder

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

Vad är Color Finder?

Color Finder är en Chrome-tillägg utvecklad av colorfinderpc, och dess huvudfunktion är "Install color finder Chrome extension & detect RGB & HEX color codes with ease. Best Color Identifier for Chrome.".

Tilläggsskärmbilder

screenshot

Ladda ner Color Finder-förlängningens CRX-fil

Ladda ner Color Finder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Color Finder Color Finder
ID necmnahhpjieeknfddniaagcnhlglgoa
Officiell webbadress https://chromewebstore.google.com/detail/color-finder/necmnahhpjieeknfddniaagcnhlglgoa
Beskrivning Install color finder Chrome extension & detect RGB & HEX color codes with ease. Best Color Identifier for Chrome.
Filstorlek 335 KB
Antal Installationer 24,532
Aktuell Version 2.0.1
Senast Uppdaterad 2023-08-02
Publiceringsdatum 2022-09-11
Betyg 3.44/5 Totalt 9 Betyg
Utvecklare colorfinderpc
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}