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 |
官方網址 | 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 |
電子郵箱 | [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 } |