Color Picker

Allows you to define the color of an element on the page

Qu'est-ce que Color Picker ?

Color Picker est une extension Chrome développée par makrkovdmitrij, et sa fonction principale est "Allows you to define the color of an element on the page".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Color Picker

Téléchargez les fichiers d'extension Color Picker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Meet new useful and cool Color Picker extension that brightens up your gray days behind the screen. Get the whole color palette from any web page just in one click with new and amazing Color picker. Absolutely free extension has never been so cool. It may come in handy for web designers and web developers. There is really no difficulties with this Eyedropper – simple, reliable, stable, with user-friendly interface so it`s pretty easy to work with. Get RGB colors from any webpage in simple manner.  Extension deals with a bunch of different color formats.  We provide you amazing and useful Eyedropper app for your browser. Install Color picker to improve your browser. Pick color just in one click and instantly get the color code. The color palette is absolutely free and most importantly, very versatile. Awesome ad simple extension allows you to select a pixel on the page and get color in popular formats. Extension is absolutely free and has no hidden scripts to mess with your personal data. It also doesn`t weigh a lot and it`s pretty easy to install and use. Extension flawlessly does what it`s supposed to do – instantly pick color from web pages. Download our product and you`ll be satisfied. After installation you`ll extracts the most used color from web pages just in one click while you're surfing the web.                    

Informations de Base sur l'Extension

Nom Color Picker Color Picker
ID cbapocmbjilkikplhmkhhjjhmmlohffe
URL Officiel https://chrome.google.com/webstore/detail/color-picker/cbapocmbjilkikplhmkhhjjhmmlohffe
Description Allows you to define the color of an element on the page
Taille du Fichier 22.86 KB
Nombre d'Installations 3,000
Version Actuelle 1.4
Dernière Mise à Jour 2022-07-26
Date de Publication 2021-08-14
Évaluation 3.00/5 Total 2 Évaluations
Développeur makrkovdmitrij
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "128": "\/assets\/img\/logo.png"
    },
    "background": {
        "scripts": [
            "\/scripts\/common\/method.js",
            "\/scripts\/background.js",
            "\/vendor\/color-thief.umd.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/scripts\/common\/method.js",
                "\/scripts\/content.js"
            ],
            "css": [
                "\/css\/content.css"
            ]
        }
    ],
    "default_locale": "en",
    "content_security_policy": "script-src 'self' 'sha256-WDhufSqZOEoWULzS4Nwz11MNyHzZClVYbQ2JSt1vfkw'; object-src 'self'",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "Allows you to define the color of an element on the page",
    "version": "1.4",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "ColorPicker"
    },
    "permissions": [
        "",
        "storage"
    ]
}