Color Finder

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

Τι είναι το Color Finder;

Το Color Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον colorfinderpc, και η κύρια λειτουργία του είναι "Install color finder Chrome extension & detect RGB & HEX color codes with ease. Best Color Identifier for Chrome.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Color Finder

Λήψη αρχείων επέκτασης Color Finder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Color Finder Color Finder
ID necmnahhpjieeknfddniaagcnhlglgoa
Επίσημο URL https://chromewebstore.google.com/detail/color-finder/necmnahhpjieeknfddniaagcnhlglgoa
Περιγραφή Install color finder Chrome extension & detect RGB & HEX color codes with ease. Best Color Identifier for Chrome.
Μέγεθος Αρχείου 335 KB
Αριθμός Εγκαταστάσεων 24,532
Τρέχουσα Έκδοση 2.0.1
Τελευταία Ενημέρωση 2023-08-02
Ημερομηνία Δημοσίευσης 2022-09-11
Αξιολόγηση 3.44/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής colorfinderpc
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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
}