Favicon Badges
Displays an unread count badge on a webpage's icon.
什么是Favicon Badges?
Favicon Badges是由Tilman开发的Chrome扩展程序,该扩展的主要功能是“Displays an unread count badge on a webpage's icon.”。
扩展截图
下载Favicon Badges扩展crx文件
下载Favicon Badges扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will show an unread count badge on a webpage's icon. It will work on all pages whose page title contains a number in parentheses. This is especially useful for pinned tabs.
Updates:
---------
0.2.0
- Fixed clicking popup button not working
- Improved setting synchronization
- Improved settings page
0.1.6
- Updated for latest version of Chrome
- Now syncs settings between computers
0.1.5
- Fixed badge not vanishing every time
0.1.4:
- Fixed badge sometimes not showing up. 扩展基本信息
| 名称 | |
| ID | fjnaohmeicdkcipkhddeaibfhmbobbfm |
| 官方URL | https://chromewebstore.google.com/detail/favicon-badges/fjnaohmeicdkcipkhddeaibfhmbobbfm |
| 简介 | Displays an unread count badge on a webpage's icon. |
| 文件大小 | 25.15 KB |
| 安装次数 | 242 |
| 当前版本 | 0.2.0 |
| 更新时间 | 2013-02-11 |
| 上架时间 | 2013-02-11 |
| 评分 | 3.71/5 共14次评分 |
| 开发者 | Tilman |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Favicon Badges",
"version": "0.2.0",
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"description": "Displays an unread count badge on a webpage's icon.",
"background": {
"scripts": [
"constants.js",
"lib.js",
"background.js"
]
},
"options_page": "options.html",
"permissions": [
"tabs",
"storage",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"page_action": {
"default_icon": "img\/icon19.png",
"default_title": "FaviconCounters",
"default_popup": "popup.html"
}
} | |