Color Picker

Easily identify the color on the page

Was ist Color Picker?

Color Picker ist eine Chrome-Erweiterung, die von georgiysubootin entwickelt wurde, und ihr Hauptmerkmal ist "Easily identify the color on the page".

Erweiterungsscreenshots

screenshot

Color Picker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Color Picker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Color Picker Color Picker
ID fiiepkcaceniapcjcabmfpiafoceiemh
Offizielle URL https://chrome.google.com/webstore/detail/color-picker/fiiepkcaceniapcjcabmfpiafoceiemh
Beschreibung Easily identify the color on the page
Dateigröße 30.22 KB
Installationsanzahl 6,410
Aktuelle Version 1.4
Letztes Update 2023-03-09
Veröffentlichungsdatum 2021-03-23
Bewertung 1.57/5 Insgesamt 7 Bewertungen
Entwickler georgiysubootin
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}