Color Palette

Advanced colors palette with color conversion for RGB and HEX

What is Color Palette?

Color Palette is a Chrome extension developed by https://cooldevtools.xyz, and its main feature is "Advanced colors palette with color conversion for RGB and HEX".

Extension Screenshots

screenshot
screenshot

Download Color Palette Extension CRX File

Download Color Palette 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

                        Advanced colors palette with color conversion for RGB and HEX

This is an essential tool for designers and web developers                    

Extension Basic Information

Name Color Palette Color Palette
ID ccpijdhjamhdeljmaepelipackhmiepd
Official URL https://chromewebstore.google.com/detail/color-palette/ccpijdhjamhdeljmaepelipackhmiepd
Description Advanced colors palette with color conversion for RGB and HEX
File Size 39.14 KB
Installation Count 4,437
Current Version 1.0.4
Last Updated 2016-07-16
Publish Date 2016-07-15
Rating 4.57/5 Total 7 Ratings
Developer https://cooldevtools.xyz
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Color Palette",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "Advanced colors palette with color conversion for RGB and HEX",
    "background": {
        "scripts": [
            "jquery-2.2.4.min.js",
            "converter.js"
        ]
    },
    "browser_action": {
        "default_title": "Color Palette",
        "default_popup": "popup.html"
    },
    "permissions": [],
    "web_accessible_resources": [
        "jquery-2.2.4.min.js",
        "converter.js"
    ]
}