Gmail Color Favicon

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

Qu'est-ce que Gmail Color Favicon ?

Gmail Color Favicon est une extension Chrome développée par Manu Cornet, et sa fonction principale est "Allows you to change the color of your Gmail favicon to make it easier to distinguish between accounts.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Gmail Color Favicon

Téléchargez les fichiers d'extension Gmail Color Favicon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Gmail Color Favicon Gmail Color Favicon
ID ibkehhmaemkhpniaekaggfcbhfhaiiho
URL Officiel 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.
Taille du Fichier 652 KB
Nombre d'Installations 422
Version Actuelle 0.15
Dernière Mise à Jour 2016-01-06
Date de Publication 2016-01-06
Évaluation 4.00/5 Total 10 Évaluations
Développeur Manu Cornet
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/lmanul/gmailcolorfavicon
Langues Prises en Charge 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"
    ]
}