Favicon Badges
Displays an unread count badge on a webpage's icon.
Was ist Favicon Badges?
Favicon Badges ist eine Chrome-Erweiterung, die von Tilman entwickelt wurde, und ihr Hauptmerkmal ist "Displays an unread count badge on a webpage's icon.".
Erweiterungsscreenshots
Favicon Badges-Erweiterungs-CRX-Datei herunterladen
Laden Sie Favicon Badges-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fjnaohmeicdkcipkhddeaibfhmbobbfm |
| Offizielle URL | https://chromewebstore.google.com/detail/favicon-badges/fjnaohmeicdkcipkhddeaibfhmbobbfm |
| Beschreibung | Displays an unread count badge on a webpage's icon. |
| Dateigröße | 25.15 KB |
| Installationsanzahl | 242 |
| Aktuelle Version | 0.2.0 |
| Letztes Update | 2013-02-11 |
| Veröffentlichungsdatum | 2013-02-11 |
| Bewertung | 3.71/5 Insgesamt 14 Bewertungen |
| Entwickler | Tilman |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |