Gmail Color Favicon

Allows you to change the color of your Gmail favicon to make it easier to distinguish between accounts.

What is Gmail Color Favicon?

Gmail Color Favicon is a Chrome extension developed by Manu Cornet, and its main feature is "Allows you to change the color of your Gmail favicon to make it easier to distinguish between accounts.".

Extension Screenshots

screenshot

Download Gmail Color Favicon Extension CRX File

Download Gmail Color Favicon 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

                        *** Please reload your Gmail tabs after installing this extension. ***

*** Known issue: the color you've chosen doesn't stick when you reload your Gmail. That's next on the roadmap. ***

Feedback and contributions welcome!                    

Extension Basic Information

Name Gmail Color Favicon Gmail Color Favicon
ID ibkehhmaemkhpniaekaggfcbhfhaiiho
Official URL https://chrome.google.com/webstore/detail/gmail-color-favicon/ibkehhmaemkhpniaekaggfcbhfhaiiho
Description Allows you to change the color of your Gmail favicon to make it easier to distinguish between accounts.
File Size 652 KB
Installation Count 422
Current Version 0.15
Last Updated 2016-01-06
Publish Date 2016-01-06
Rating 4.00/5 Total 10 Ratings
Developer Manu Cornet
Email [email protected]
Payment Type free
Extension Website https://github.com/lmanul/gmailcolorfavicon
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gmail Color Favicon",
    "version": "0.15",
    "description": "Allows you to change the color of your Gmail favicon to make it easier to distinguish between accounts.",
    "browser_action": {
        "default_title": "Pick a color",
        "default_icon": "icon_19.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "19": "icon_19.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "72": "icon_72.png",
        "128": "icon_128.png",
        "250": "icon_250.png"
    },
    "permissions": [
        "https:\/\/mail.google.com\/*",
        "tabs"
    ]
}