Favicon Fixer for Gmail

Replace Gmail (or Inbox) favicon with favicon from mail domain.

Qu'est-ce que Favicon Fixer for Gmail ?

Favicon Fixer for Gmail est une extension Chrome développée par http://swtch.com, et sa fonction principale est "Replace Gmail (or Inbox) favicon with favicon from mail domain.".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Favicon Fixer for Gmail 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

                        When reading Gmail for foo.com, use foo.com's favicon instead of the Gmail envelope.

New in version 1.2:
  - Support for Inbox by Gmail (requires new permission for inbox.google.com).
  - Favicons are now loaded over HTTPS, not HTTP.                    

Informations de Base sur l'Extension

Nom Favicon Fixer for Gmail Favicon Fixer for Gmail
ID ihedkldgihenfokcghdjimooiefgmjig
URL Officiel https://chrome.google.com/webstore/detail/favicon-fixer-for-gmail/ihedkldgihenfokcghdjimooiefgmjig
Description Replace Gmail (or Inbox) favicon with favicon from mail domain.
Taille du Fichier 3.07 KB
Nombre d'Installations 36
Version Actuelle 1.2
Dernière Mise à Jour 2016-03-17
Date de Publication 2016-03-17
Évaluation 5.00/5 Total 3 Évaluations
Développeur http://swtch.com
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Favicon Fixer for Gmail",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Replace Gmail (or Inbox) favicon with favicon from mail domain.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "fix-icon.js"
            ]
        }
    ]
}