Favicon counter for Google+
Displays the current number of new (unread) posts in the Google+ stream on the favicon of the Google+ tab.
Cos'è Favicon counter for Google+?
Favicon counter for Google+ è un'estensione di Chrome sviluppata da https://kupriyanov.com, e la sua funzione principale è "Displays the current number of new (unread) posts in the Google+ stream on the favicon of the Google+ tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Favicon counter for Google+
Scarica i file di estensione Favicon counter for Google+ 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
Keep an eye on the Google+ stream and never miss another breaking news in again, even while browsing in other tabs.
v0.0.20: added new icon Informazioni di Base sull'Estensione
| Nome | |
| ID | noogdbofibkpjbipamihpfenckclpahj |
| URL Ufficiale | https://chromewebstore.google.com/detail/favicon-counter-for-googl/noogdbofibkpjbipamihpfenckclpahj |
| Descrizione | Displays the current number of new (unread) posts in the Google+ stream on the favicon of the Google+ tab. |
| Dimensione del File | 172 KB |
| Conteggio Installazioni | 10 |
| Versione Corrente | 0.0.20 |
| Ultimo Aggiornamento | 2015-09-19 |
| Data di Pubblicazione | 2015-09-19 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | https://kupriyanov.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://google.com/+MishaMKupriyanov |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.0.20",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"48": "images\/icon-48.png"
},
"default_locale": "en",
"background": {
"scripts": [
"scripts\/background.js"
]
},
"options_page": "options.html",
"content_scripts": [
{
"matches": [
"http:\/\/plus.google.com\/*",
"https:\/\/plus.google.com\/*"
],
"css": [
"styles\/main.css"
],
"js": [
"scripts\/GPlusCounter.js",
"bower_components\/mkfavcount\/favcount.js",
"scripts\/contentscript.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"permissions": [
"tabs",
"http:\/\/plus.google.com\/*",
"https:\/\/plus.google.com\/*"
],
"content_security_policy": "script-src 'self' https:\/\/plus.google.com https:\/\/ssl.google-analytics.com; object-src 'self'",
"web_accessible_resources": [
"\/images\/faviconr3.ico"
]
} | |