Gmail™ Favicon Customizer

Never mistake your work email for your personal again!

Gmail™ Favicon Customizerคืออะไร?

Gmail™ Favicon Customizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mightytext.net และคุณลักษณะหลักของมันคือ "Never mistake your work email for your personal again!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gmail™ Favicon Customizer

ดาวน์โหลดไฟล์ส่วนขยาย Gmail™ Favicon Customizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}