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はhttps://christianoliff.comによって開発されたChromeの拡張機能で、その主な機能は「Unofficial Plugin. Displays avatars brand icons for senders in message view」です。
拡張機能のスクリーンショット
Sender Avatar Icons for Gmail拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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 } } |