CSS Color Helper

All the CSS color help you need

What is CSS Color Helper?

CSS Color Helper is a Chrome extension developed by Anell Kumarr Beeram, and its main feature is "All the CSS color help you need".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download CSS Color Helper Extension CRX File

Download CSS Color Helper 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

                        All the CSS color help you need for designers and developers alike. Color codes, pickers, converters and palettes.                    

Extension Basic Information

Name CSS Color Helper CSS Color Helper
ID hiljhpcfhankmcfomogedikgkpnhocjl
Official URL https://chromewebstore.google.com/detail/css-color-helper/hiljhpcfhankmcfomogedikgkpnhocjl
Description All the CSS color help you need
File Size 3.13 MB
Installation Count 21
Current Version 1.0
Last Updated 2019-11-29
Publish Date 2019-11-28
Rating 5.00/5 Total 2 Ratings
Developer Anell Kumarr Beeram
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CSS Color Helper",
    "version": "1.0",
    "description": "All the CSS color help you need",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html",
        "default_title": "CSS Color Helper: All the CSS color help you need"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}