Favicon Fixer for Gmail

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

What is Favicon Fixer for Gmail?

Favicon Fixer for Gmail is a Chrome extension developed by http://swtch.com, and its main feature is "Replace Gmail (or Inbox) favicon with favicon from mail domain.".

Extension Screenshots

screenshot

Download Favicon Fixer for Gmail Extension CRX File

Download Favicon Fixer for Gmail extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Favicon Fixer for Gmail Favicon Fixer for Gmail
ID ihedkldgihenfokcghdjimooiefgmjig
Official URL https://chrome.google.com/webstore/detail/favicon-fixer-for-gmail/ihedkldgihenfokcghdjimooiefgmjig
Description Replace Gmail (or Inbox) favicon with favicon from mail domain.
File Size 3.07 KB
Installation Count 36
Current Version 1.2
Last Updated 2016-03-17
Publish Date 2016-03-17
Rating 5.00/5 Total 3 Ratings
Developer http://swtch.com
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}