Favicon Fixer for Gmail

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

Wat is Favicon Fixer for Gmail?

Favicon Fixer for Gmail is een Chrome-extensie ontwikkeld door http://swtch.com, en de belangrijkste functie is "Replace Gmail (or Inbox) favicon with favicon from mail domain.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Favicon Fixer for Gmail

Download Favicon Fixer for Gmail-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

                        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.                    

Basisinformatie over de Extensie

Naam Favicon Fixer for Gmail Favicon Fixer for Gmail
ID ihedkldgihenfokcghdjimooiefgmjig
Officiële URL https://chrome.google.com/webstore/detail/favicon-fixer-for-gmail/ihedkldgihenfokcghdjimooiefgmjig
Beschrijving Replace Gmail (or Inbox) favicon with favicon from mail domain.
Bestandsgrootte 3.07 KB
Aantal Installaties 36
Huidige Versie 1.2
Laatst Bijgewerkt 2016-03-17
Publicatiedatum 2016-03-17
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar http://swtch.com
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}