Favicon Badges
Displays an unread count badge on a webpage's icon.
Cos'è Favicon Badges?
Favicon Badges è un'estensione di Chrome sviluppata da Tilman, e la sua funzione principale è "Displays an unread count badge on a webpage's icon.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Favicon Badges
Scarica i file di estensione Favicon Badges in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | fjnaohmeicdkcipkhddeaibfhmbobbfm |
| URL Ufficiale | https://chromewebstore.google.com/detail/favicon-badges/fjnaohmeicdkcipkhddeaibfhmbobbfm |
| Descrizione | Displays an unread count badge on a webpage's icon. |
| Dimensione del File | 25.15 KB |
| Conteggio Installazioni | 242 |
| Versione Corrente | 0.2.0 |
| Ultimo Aggiornamento | 2013-02-11 |
| Data di Pubblicazione | 2013-02-11 |
| Valutazione | 3.71/5 Totale 14 Valutazioni |
| Sviluppatore | Tilman |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |