Kappalizer - Web Page Environment Coloring

Allows to add a color mark to the page depending on environment (devel, staging, production, ...)

What is Kappalizer - Web Page Environment Coloring?

Kappalizer - Web Page Environment Coloring is a Chrome extension developed by Tomas Gold, and its main feature is "Allows to add a color mark to the page depending on environment (devel, staging, production, ...)".

Extension Screenshots

screenshot
screenshot
screenshot

Download Kappalizer - Web Page Environment Coloring Extension CRX File

Download Kappalizer - Web Page Environment Coloring 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

                        This tool allows you to add a color mark to the web page depending on environment (devel, staging, production, ...). You can even add custom css styles and colors.                    

Extension Basic Information

Name Kappalizer - Web Page Environment Coloring Kappalizer - Web Page Environment Coloring
ID mllmpkicbcapgfhdonaimnmobdkkopgo
Official URL https://chromewebstore.google.com/detail/kappalizer-web-page-envir/mllmpkicbcapgfhdonaimnmobdkkopgo
Description Allows to add a color mark to the page depending on environment (devel, staging, production, ...)
File Size 929 KB
Installation Count 29
Current Version 0.0.4
Last Updated 2018-10-30
Publish Date 2018-10-30
Rating 5.00/5 Total 4 Ratings
Developer Tomas Gold
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kappalizer - Web Page Environment Coloring",
    "description": "Allows to add a color mark to the page depending on environment (devel, staging, production, ...)",
    "short_name": "Kappalizer",
    "version": "0.0.4",
    "browser_action": {
        "default_icon": "src\/kappa.png",
        "default_popup": "src\/app\/index.html",
        "default_title": "Open"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/app\/scripts\/colormark.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}