Gmail™ Favicon Customizer
Never mistake your work email for your personal again!
Gmail™ Favicon Customizerとは何ですか?
Gmail™ Favicon Customizerはhttps://mightytext.netによって開発されたChromeの拡張機能で、その主な機能は「Never mistake your work email for your personal again!」です。
拡張機能のスクリーンショット
Gmail™ Favicon Customizer拡張機能のCRXファイルをダウンロード
Gmail™ Favicon Customizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Using Gmail for work email and personal email?? Running both of these in the same Chrome session can get really confusing, especially if you are switching back and forth all day. Run this and the Gmail icon for your work email will become blue. It will detect whether the chrome tab is running Gmail for work and change the gmail favicon (icon in the tab) to a blue icon.
拡張機能の基本情報
名前 | Gmail™ Favicon Customizer |
ID | hbnnphjhkbdeagbpjcnihdgianfhdgoo |
公式URL | https://chromewebstore.google.com/detail/gmail-favicon-customizer/hbnnphjhkbdeagbpjcnihdgianfhdgoo |
説明 | Never mistake your work email for your personal again! |
ファイルサイズ | 267 KB |
インストール数 | 1,446 |
現在のバージョン | 1.5 |
最終更新日 | 2018-04-26 |
公開日 | 2018-04-25 |
評価 | 4.11/5 合計 18 レビュー |
開発者 | https://mightytext.net |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://mightytext.net/privacy |
対応言語 | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gmail\u2122 Favicon Customizer", "description": "Never mistake your work email for your personal again!", "version": "1.5", "default_locale": "en", "icons": { "128": "img\/favicon-customizer-logo-128.png", "48": "img\/favicon-customizer-logo-48.png", "16": "img\/favicon-customizer-logo-16.png" }, "permissions": [ "https:\/\/mail.google.com\/mail\/*" ], "web_accessible_resources": [ "img\/mighty-gmail6.png" ], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/mail\/*" ], "js": [ "jquery-2.1.0.min.js", "customize.js" ], "run_at": "document_end" } ], "background": { "page": "background.html" }, "content_security_policy": "object-src 'self'; script-src 'self' https:\/\/ssl.google-analytics.com", "manifest_version": 2 } |