Color Picker

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

Vad är Color Picker?

Color Picker är en Chrome-tillägg utvecklad av makrkovdmitrij, och dess huvudfunktion är "Allows you to define the color of an element on the page".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Color Picker-förlängningens CRX-fil

Ladda ner Color Picker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Color Picker Color Picker
ID cbapocmbjilkikplhmkhhjjhmmlohffe
Officiell webbadress https://chrome.google.com/webstore/detail/color-picker/cbapocmbjilkikplhmkhhjjhmmlohffe
Beskrivning Allows you to define the color of an element on the page
Filstorlek 22.86 KB
Antal Installationer 3,000
Aktuell Version 1.4
Senast Uppdaterad 2022-07-26
Publiceringsdatum 2021-08-14
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare makrkovdmitrij
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}