Favicon Fixer for Gmail

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

Hvad er Favicon Fixer for Gmail?

Favicon Fixer for Gmail er en Chrome-udvidelse udviklet af http://swtch.com, og dens hovedfunktion er "Replace Gmail (or Inbox) favicon with favicon from mail domain.".

Udvidelsesskærmbilleder

screenshot

Download Favicon Fixer for Gmail-udvidelses-CRX-fil

Download Favicon Fixer for Gmail-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Favicon Fixer for Gmail Favicon Fixer for Gmail
ID ihedkldgihenfokcghdjimooiefgmjig
Officiel URL https://chrome.google.com/webstore/detail/favicon-fixer-for-gmail/ihedkldgihenfokcghdjimooiefgmjig
Beskrivelse Replace Gmail (or Inbox) favicon with favicon from mail domain.
Filstørrelse 3.07 KB
Antal Installationer 36
Nuværende Version 1.2
Senest Opdateret 2016-03-17
Udgivelsesdato 2016-03-17
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler http://swtch.com
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}