Notifycon
Show notification count on icon. Only for pinned tabs.
什么是Notifycon?
Notifycon是由https://www.rain1.it开发的Chrome扩展程序,该扩展的主要功能是“Show notification count on icon. Only for pinned tabs.”。
扩展截图
下载Notifycon扩展crx文件
下载Notifycon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Pinned tabs are awesome. But the biggest problem is the document title hidden. So, why don't show the number of notification on favicon? That's all. More features in progress and feedback is welcome
扩展基本信息
名称 | Notifycon |
ID | jaoianckkhlbbeodjpaajaimlpidbckh |
官方URL | https://chromewebstore.google.com/detail/notifycon/jaoianckkhlbbeodjpaajaimlpidbckh |
简介 | Show notification count on icon. Only for pinned tabs. |
文件大小 | 29.17 KB |
安装次数 | 1,103 |
当前版本 | 0.9.0 |
更新时间 | 2016-06-27 |
上架时间 | 2016-06-27 |
评分 | 4.18/5 共28次评分 |
开发者 | https://www.rain1.it |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.rain1.it/chrome_extensions/notifycon/?utm_campaign=chromestore&utm_source=link |
帮助页面URL | http://www.rain1.it/chrome_extensions/notifycon/?utm_campaign=chromestore&utm_source=faq |
支持的语言 | en,it,hu,sr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "name": "Notifycon", "description": "__MSG_appDesc__", "manifest_version": 2, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "version": "0.9.0", "icons": { "128": "img\/128.png", "16": "img\/16.png", "48": "img\/48.png" }, "background": { "scripts": [ "js\/Rain1\/Overlay.js", "background.js" ] }, "browser_action": { "default_title": "Notifycon", "default_icon": "img\/16.png", "default_popup": "popup.html" }, "web_accessible_resources": [] } |