Gmail sender favicons (domain icons)
Display domain favicons in Gmail list view
Gmail sender favicons (domain icons)とは何ですか?
Gmail sender favicons (domain icons)は@Lorinによって開発されたChromeの拡張機能で、その主な機能は「Display domain favicons in Gmail list view」です。
拡張機能のスクリーンショット
Gmail sender favicons (domain icons)拡張機能のCRXファイルをダウンロード
Gmail sender favicons (domain icons)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Shows domain favicons in Gmail list view, ignoring certain common public email domains - at this time: gmail.com, outlook.com, hotmail.com, rogers.com. If this extension becomes popular I'll add a settings window to allow a custom blacklist. If I forgot any major domains I'll update the version. Feel free to file a support ticket.
拡張機能の基本情報
名前 | Gmail sender favicons (domain icons) |
ID | bnnggflmajmfkpdnaagpjmnaaagbpjpd |
公式URL | https://chromewebstore.google.com/detail/gmail-sender-favicons-dom/bnnggflmajmfkpdnaagpjmnaaagbpjpd |
説明 | Display domain favicons in Gmail list view |
ファイルサイズ | 28.47 KB |
インストール数 | 674 |
現在のバージョン | 0.121 |
最終更新日 | 2017-03-11 |
公開日 | 2017-03-11 |
評価 | 4.80/5 合計 5 レビュー |
開発者 | @Lorin |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gmail sender favicons (domain icons)", "version": "0.121", "description": "Display domain favicons in Gmail list view", "homepage_url": "http:\/\/www.lorinhalpert.com", "author": "Lorin Halpert", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "inboxsdk.js", "content.js" ], "css": [ "favicons.css" ], "run_at": "document_end" } ], "permissions": [ "https:\/\/mail.google.com\/" ], "web_accessible_resources": [ "*" ] } |