Gmail™ Favicon Customizer

Never mistake your work email for your personal again!

Gmail™ Favicon Customizer란 무엇입니까?

Gmail™ Favicon Customizer은(는) https://mightytext.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Never mistake your work email for your personal again!"입니다.

확장 프로그램 스크린샷

screenshot

Gmail™ Favicon Customizer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Using Gmail for work email and personal email??  Running both of these in the same Chrome session can get really confusing, especially if you are switching back and forth all day.

Run this and the Gmail icon for your work email will become blue.  It will detect whether the chrome tab is running Gmail for work and change the gmail favicon (icon in the tab) to a blue icon.                    

확장 프로그램 기본 정보

이름 Gmail™ Favicon Customizer Gmail™ Favicon Customizer
ID hbnnphjhkbdeagbpjcnihdgianfhdgoo
공식 URL https://chromewebstore.google.com/detail/gmail-favicon-customizer/hbnnphjhkbdeagbpjcnihdgianfhdgoo
설명 Never mistake your work email for your personal again!
파일 크기 267 KB
설치 횟수 1,446
현재 버전 1.5
최근 업데이트 2018-04-26
출시 날짜 2018-04-25
평점 4.11/5 총 18 개의 평점
개발자 https://mightytext.net
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://mightytext.net/privacy
지원되는 언어 en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail\u2122 Favicon Customizer",
    "description": "Never mistake your work email for your personal again!",
    "version": "1.5",
    "default_locale": "en",
    "icons": {
        "128": "img\/favicon-customizer-logo-128.png",
        "48": "img\/favicon-customizer-logo-48.png",
        "16": "img\/favicon-customizer-logo-16.png"
    },
    "permissions": [
        "https:\/\/mail.google.com\/mail\/*"
    ],
    "web_accessible_resources": [
        "img\/mighty-gmail6.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "js": [
                "jquery-2.1.0.min.js",
                "customize.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "object-src 'self';  script-src 'self' https:\/\/ssl.google-analytics.com",
    "manifest_version": 2
}