Favicon Badges
Displays an unread count badge on a webpage's icon.
What is Favicon Badges?
Favicon Badges is a Chrome extension developed by Tilman, and its main feature is "Displays an unread count badge on a webpage's icon.".
Extension Screenshots
Download Favicon Badges Extension CRX File
Download Favicon Badges extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Favicon Badges |
ID | fjnaohmeicdkcipkhddeaibfhmbobbfm |
Official URL | https://chromewebstore.google.com/detail/favicon-badges/fjnaohmeicdkcipkhddeaibfhmbobbfm |
Description | Displays an unread count badge on a webpage's icon. |
File Size | 25.15 KB |
Installation Count | 242 |
Current Version | 0.2.0 |
Last Updated | 2013-02-11 |
Publish Date | 2013-02-11 |
Rating | 3.71/5 Total 14 Ratings |
Developer | Tilman |
Payment Type | free |
Supported Languages | 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" } } |