Slick color picker

A gorgeous color picker tool

What is Slick color picker?

Slick color picker is a Chrome extension developed by Janet Purdy, and its main feature is "A gorgeous color picker tool".

Extension Screenshots

screenshot

Download Slick color picker Extension CRX File

Download Slick color picker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Slick Color Picker is an extension that can extract color reference from a web page.
Simple. Slick. Elegant.
Features:
❇︎ Color picker tool: activated with keyboard shortcut (Alt-P) or with browser toolbar
❇︎ Extracts page colors while you surfing the web. The color shown over the toolbar icon.
❇︎ Copy in HEX, RGB, HTML formats
❇︎ Copies automatically after selecting a pixel (just two clicks to the goal)
❇︎ Recent colors                    

Extension Basic Information

Name Slick color picker Slick color picker
ID nbocmbonjfbpnolapbknojklafhkmplk
Official URL https://chrome.google.com/webstore/detail/slick-color-picker/nbocmbonjfbpnolapbknojklafhkmplk
Description A gorgeous color picker tool
File Size 1.29 MB
Installation Count 40,000
Current Version 0.21.2
Last Updated 2022-05-19
Publish Date 2021-03-23
Rating 4.60/5 Total 20 Ratings
Developer Janet Purdy
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.notion.so/Privacy-Policy-Slick-Color-Picker-d0a0f3c212c9492cad2a92150fb84c52
Supported Languages id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "html\/popup.html",
        "default_title": "__MSG_name__",
        "default_icon": "icon-128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "cont.js"
            ]
        }
    ],
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png",
        "16": "icon-16.png"
    },
    "commands": {
        "activate": {
            "description": "__MSG_select_color__",
            "suggested_key": {
                "default": "Alt+P"
            }
        }
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "permissions": [
        "storage",
        ""
    ],
    "version": "0.21.2",
    "web_accessible_resources": [
        "inject\/*.css"
    ]
}