Color Picker

Easily identify the color on the page

Co to jest Color Picker?

Color Picker to rozszerzenie Chrome opracowane przez georgiysubootin, a jego główną funkcją jest „Easily identify the color on the page”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Color Picker

Pobierz pliki rozszerzeń Color Picker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Get the whole color palette from any web page just in one click with new and amazing Color picker. Here is cool extension that brightens up your gray days behind the screen. So basically, it`s color picker for extracting pixel color from a web page. Absolutely free extension has never been so cool. It`s an extension for chrome browser that`ll definitely make your life easy and simple. It may come in handy for web designers and web developers. Pick color from a huge color palette from any web page just in one click with new and amazing extension for Chrome browser. There is really no difficulties with this color picker – simple, reliable, stable, with user-friendly interface so it`s pretty easy to work with. Just install this extension and you`ll see the difference. Get RGB colors from any webpage in simple manner.  Different color formats are available in our new extension. We provide you amazing and useful Eyedropper app for your browser. Installation process is also pretty simple and doesn`t take a lot of your time, just a few seconds. Install Eyedropper to improve your browser. Extension has intuitive and simple design, so you won`t get confused. Pick color just in one click and instantly get the color code.                    

Podstawowe informacje o rozszerzeniu

Nazwa Color Picker Color Picker
ID fiiepkcaceniapcjcabmfpiafoceiemh
Oficjalny URL https://chrome.google.com/webstore/detail/color-picker/fiiepkcaceniapcjcabmfpiafoceiemh
Opis Easily identify the color on the page
Rozmiar pliku 30.22 KB
Liczba instalacji 6,410
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2023-03-09
Data Publikacji 2021-03-23
Ocena 1.57/5 Łącznie 7 Oceny
Deweloper georgiysubootin
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "surito.js",
            "color-thief.umd.js"
        ]
    },
    "browser_action": {
        "default_popup": "minota.html",
        "default_title": "ColorPicker"
    },
    "content_scripts": [
        {
            "css": [
                "dabra\/unsomna.css"
            ],
            "js": [
                "volkil.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'sha256-WDhufSqZOEoWULzS4Nwz11MNyHzZClVYbQ2JSt1vfkw'; object-src 'self'",
    "default_locale": "en",
    "description": "Easily identify the color on the page",
    "icons": {
        "128": "dabra\/sopika.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgCmQquR2e41AEp1CpTCeLsHWMAfB7waa2pAD0lvxrJQYYmEMHO2Ar4uvZJ3mQ47u2fLG6ht6PBFNgGQQWgBwBesElt4Tb2hE398lpqlZEGFf4OTBeHpMM7Prqx6L7eoGSRqORLe5rAOLzr0pIsUV8upRZ0LrYOUhSKeXXgo0LSMeMwEbJpU3uUT8uggyzBRMh+1Kh2NE9Gr\/eUcxCxANl4Ey20REDccx00c6X0+7flSb2SjFyjlEz5CLpHQriMKNq4ekcNJgD+rqwhLqil36wPVV9qxiFICTqxoGnt7onQUSMy\/Q3C1yUQSiUpdo67XfmRwgHIz1ljWb3qNveTXVOwIDAQAB",
    "manifest_version": 2,
    "name": "Color Picker",
    "permissions": [
        "",
        "storage"
    ],
    "version": "1.4"
}