Chat Icon Notifier for Google Chat™
A simple extension to change the Gmail™ tab icon when you receive a new chat message!
什么是Chat Icon Notifier for Google Chat™?
Chat Icon Notifier for Google Chat™是由https://lakenen.com开发的Chrome扩展程序,该扩展的主要功能是“A simple extension to change the Gmail™ tab icon when you receive a new chat message!”。
扩展截图
下载Chat Icon Notifier for Google Chat™扩展crx文件
下载Chat Icon Notifier for Google Chat™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This very simple extension simply flashes the Gmail™ tab icon when you get a new message. This is very useful if you like to pin your tab (but still want to know when you are receiving new chat messages).
Enjoy! 扩展基本信息
| 名称 | |
| ID | cjkdpabnfjehhfaeoplfodlcidhelpgk |
| 官方URL | https://chromewebstore.google.com/detail/chat-icon-notifier-for-go/cjkdpabnfjehhfaeoplfodlcidhelpgk |
| 简介 | A simple extension to change the Gmail™ tab icon when you receive a new chat message! |
| 文件大小 | 21.13 KB |
| 安装次数 | 1,396 |
| 当前版本 | 2.0.1 |
| 更新时间 | 2017-02-10 |
| 上架时间 | 2017-02-09 |
| 评分 | 4.33/5 共6次评分 |
| 开发者 | https://lakenen.com |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Chat Icon Notifier for Google Chat\u2122",
"description": "A simple extension to change the Gmail\u2122 tab icon when you receive a new chat message!",
"version": "2.0.1",
"content_scripts": [
{
"js": [
"chatnotifier.js"
],
"matches": [
"http:\/\/mail.google.com\/*",
"https:\/\/mail.google.com\/*"
],
"run_at": "document_end"
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |