Sender Avatar Icons for Gmail
Unofficial Plugin. Displays avatars brand icons for senders in message view
Sender Avatar Icons for Gmailคืออะไร?
Sender Avatar Icons for Gmail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://christianoliff.com และคุณลักษณะหลักของมันคือ "Unofficial Plugin. Displays avatars brand icons for senders in message view"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sender Avatar Icons for Gmail
ดาวน์โหลดไฟล์ส่วนขยาย Sender Avatar Icons for Gmail ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds sender avatar icons for hundreds of popular brands - Super-fast with no JavaScript or external resources - All icons are hi-res SVG from Font Awesome (https://fontawesome.com/icons?s=brands) - Free and Open Source database (https://github.com/coliff/sender-brand-icon-avatars-for-email)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Sender Avatar Icons for Gmail |
ID | mmppbafobakmpfdhgdmbokodhdcecaii |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sender-avatar-icons-for-g/mmppbafobakmpfdhgdmbokodhdcecaii |
คำอธิบาย | Unofficial Plugin. Displays avatars brand icons for senders in message view |
ขนาดไฟล์ | 221 KB |
จำนวนการติดตั้ง | 26 |
เวอร์ชันปัจจุบัน | 3.10.17 |
อัปเดตครั้งล่าสุด | 2023-10-17 |
วันที่เผยแพร่ | 2020-06-20 |
ผู้พัฒนา | https://christianoliff.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/coliff/sender-brand-icon-avatars-for-email |
URL หน้าช่วยเหลือ | https://github.com/coliff/sender-brand-icon-avatars-for-email |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sender Avatar Icons for Gmail", "version": "3.10.17", "description": "Unofficial Plugin. Displays avatars brand icons for senders in message view", "homepage_url": "https:\/\/mail.google.com\/mail\/u\/", "author": "C.Oliff", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon48.png", "default_name": "Sender Avatar Icons for Gmail" }, "content_scripts": [ { "css": [ "css\/fa.css", "css\/extra.css", "css\/simple-icons.css", "css\/trimble.css" ], "matches": [ "https:\/\/mail.google.com\/mail\/*" ] } ], "content_security_policy": "object-src 'self'", "permissions": [ "activeTab", "https:\/\/mail.google.com\/mail\/*" ], "optional_permissions": [ "https:\/\/*\/*" ], "background": { "scripts": [ "content.js" ], "persistent": true } } |