Favicon Fixer for Gmail

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

什么是Favicon Fixer for Gmail?

Favicon Fixer for Gmail是由http://swtch.com开发的Chrome扩展程序,该扩展的主要功能是“Replace Gmail (or Inbox) favicon with favicon from mail domain.”。

扩展截图

screenshot

下载Favicon Fixer for Gmail扩展crx文件

下载Favicon Fixer for Gmail扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Favicon Fixer for Gmail Favicon Fixer for Gmail
ID ihedkldgihenfokcghdjimooiefgmjig
官方URL https://chrome.google.com/webstore/detail/favicon-fixer-for-gmail/ihedkldgihenfokcghdjimooiefgmjig
简介 Replace Gmail (or Inbox) favicon with favicon from mail domain.
文件大小 3.07 KB
安装次数 36
当前版本 1.2
更新时间 2016-03-17
上架时间 2016-03-17
评分 5.00/5 共3次评分
开发者 http://swtch.com
付费类型 free
支持的语言 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"
            ]
        }
    ]
}