Inbox Favicon Changer

Changes Google Inbox Favicons to represent the current page

Inbox Favicon Changerคืออะไร?

Inbox Favicon Changer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ATG และคุณลักษณะหลักของมันคือ "Changes Google Inbox Favicons to represent the current page"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Inbox Favicon Changer

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

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

                        This extension automatically changes the favicon on Google's Inbox to represent the current page. Now you can tell your 'Snoozed' and 'Search' tabs from your 'Inbox' tab, without having to go to all the effort of clicking a mouse.

Perfect for busy business people who only have time to glance at things, before grunting.

Once again, we do the little things for you. The stuff that lazy Google just can't be bothered with.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Inbox Favicon Changer Inbox Favicon Changer
ID pbpcjjeafjbagpajabalnifnhleeojoo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/inbox-favicon-changer/pbpcjjeafjbagpajabalnifnhleeojoo
คำอธิบาย Changes Google Inbox Favicons to represent the current page
ขนาดไฟล์ 32.49 KB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 5.1.9
อัปเดตครั้งล่าสุด 2015-09-01
วันที่เผยแพร่ 2015-08-31
ผู้พัฒนา ATG
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inbox Favicon Changer",
    "description": "Changes Google Inbox Favicons to represent the current page",
    "version": "5.1.9",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "damnit-again-2.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "manifest_version": 2
}