Favicon Fixer for Gmail
Replace Gmail (or Inbox) favicon with favicon from mail domain.
Favicon Fixer for Gmailとは何ですか?
Favicon Fixer for Gmailはhttp://swtch.comによって開発されたChromeの拡張機能で、その主な機能は「Replace Gmail (or Inbox) favicon with favicon from mail domain.」です。
拡張機能のスクリーンショット
Favicon Fixer for Gmail拡張機能のCRXファイルをダウンロード
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" ] } ] } |