Favicon Badges
Displays an unread count badge on a webpage's icon.
Qu'est-ce que Favicon Badges ?
Favicon Badges est une extension Chrome développée par Tilman, et sa fonction principale est "Displays an unread count badge on a webpage's icon.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Favicon Badges
Téléchargez les fichiers d'extension Favicon Badges au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Favicon Badges |
ID | fjnaohmeicdkcipkhddeaibfhmbobbfm |
URL Officiel | https://chromewebstore.google.com/detail/favicon-badges/fjnaohmeicdkcipkhddeaibfhmbobbfm |
Description | Displays an unread count badge on a webpage's icon. |
Taille du Fichier | 25.15 KB |
Nombre d'Installations | 242 |
Version Actuelle | 0.2.0 |
Dernière Mise à Jour | 2013-02-11 |
Date de Publication | 2013-02-11 |
Évaluation | 3.71/5 Total 14 Évaluations |
Développeur | Tilman |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |