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
}