Gmail Color Favicon

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

Wat is Gmail Color Favicon?

Gmail Color Favicon is een Chrome-extensie ontwikkeld door Manu Cornet, en de belangrijkste functie is "Allows you to change the color of your Gmail favicon to make it easier to distinguish between accounts.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Gmail Color Favicon

Download Gmail Color Favicon-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        *** 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!                    

Basisinformatie over de Extensie

Naam Gmail Color Favicon Gmail Color Favicon
ID ibkehhmaemkhpniaekaggfcbhfhaiiho
Officiële URL https://chrome.google.com/webstore/detail/gmail-color-favicon/ibkehhmaemkhpniaekaggfcbhfhaiiho
Beschrijving Allows you to change the color of your Gmail favicon to make it easier to distinguish between accounts.
Bestandsgrootte 652 KB
Aantal Installaties 422
Huidige Versie 0.15
Laatst Bijgewerkt 2016-01-06
Publicatiedatum 2016-01-06
Beoordeling 4.00/5 Totaal 10 Beoordelingen
Ontwikkelaar Manu Cornet
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/lmanul/gmailcolorfavicon
Ondersteunde Talen 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"
    ]
}