Color Code App

Displays the color codes for the current tab

What is Color Code App?

Color Code App is a Chrome extension developed by Ninja Apps, and its main feature is "Displays the color codes for the current tab".

Extension Screenshots

screenshot
screenshot

Download Color Code App Extension CRX File

Download Color Code App 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

                        A web app that displays the color codes of the current website you're on. RGB Values, HSL Values and Hexadecimal Values.                    

Extension Basic Information

Name Color Code App Color Code App
ID dfcjkncfhgnlnkdjoeohfkajopmoonnl
Official URL https://chrome.google.com/webstore/detail/color-code-app/dfcjkncfhgnlnkdjoeohfkajopmoonnl
Description Displays the color codes for the current tab
File Size 10.08 KB
Installation Count 131
Current Version 1.0
Last Updated 2015-01-12
Publish Date 2015-01-12
Rating 2.50/5 Total 2 Ratings
Developer Ninja Apps
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Color Code App",
    "version": "1.0",
    "description": "Displays the color codes for the current tab",
    "browser_action": {
        "default_icon": "icon19-small.png",
        "default_title": "Color Code App"
    },
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "permissions": [
        "",
        "contextMenus"
    ],
    "icons": {
        "16": "icon19-small.png",
        "48": "icon19-large.png"
    }
}