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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}