Color Changer

Change the current page color

What is Color Changer?

Color Changer is a Chrome extension developed by http://cleandesk.info, and its main feature is "Change the current page color".

Download Color Changer Extension CRX File

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

                        When you add the chrome pictures app, the Color Changer icon appears in Chrome's app launcher on the Tab page, along with your other apps.  You can fire up the color changer from here, instead of pinned tabs or the address bar.  Go forth and take pictures!                    

Extension Basic Information

Name Color Changer Color Changer
ID gdolkoaggoefghmnahegdiahpmijjmea
Official URL https://chrome.google.com/webstore/detail/color-changer/gdolkoaggoefghmnahegdiahpmijjmea
Description Change the current page color
File Size 4.08 KB
Installation Count 48
Current Version 1.0
Last Updated 2016-08-25
Publish Date 2016-08-23
Rating 1.00/5 Total 1 Ratings
Developer http://cleandesk.info
Email [email protected]
Payment Type free
Privacy Policy Page URL http://cleandesk.info/privacypolicy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Color Changer",
    "description": "Change the current page color",
    "version": "1.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Set this page's color.",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}