Favicon Fixer for Gmail
Replace Gmail (or Inbox) favicon with favicon from mail domain.
Favicon Fixer for Gmailคืออะไร?
Favicon Fixer for Gmail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://swtch.com และคุณลักษณะหลักของมันคือ "Replace Gmail (or Inbox) favicon with favicon from mail domain."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Favicon Fixer for Gmail
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
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" ] } ] } |