G+ Count in Title
Adds notification count to the document title in the page tab.
Qu'est-ce que G+ Count in Title ?
G+ Count in Title est une extension Chrome développée par bacontech, et sa fonction principale est "Adds notification count to the document title in the page tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension G+ Count in Title
Téléchargez les fichiers d'extension G+ Count in Title 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
Places the Google+ notification count in parenthesis in the document title located in the page tab. While you are viewing pages in other tabs, you can see how many notifications you have in Google+. The count is placed at the beginning of the title so that it can still be seen when the title is long, such as when you are viewing a profile. If you pin the tab or, depending on the size of your window, have a lot of tabs open then this extension is useless. 1.1 update: - Fixed potential issue when count is greater than 9 1.2 update: - Title now only shows the count when there are notifications 1.3 update: - Updated manifest version
Informations de Base sur l'Extension
Nom | G+ Count in Title |
ID | dcdelcombiokflhgdlmdcfbdfogaplij |
URL Officiel | https://chromewebstore.google.com/detail/g+-count-in-title/dcdelcombiokflhgdlmdcfbdfogaplij |
Description | Adds notification count to the document title in the page tab. |
Taille du Fichier | 2.89 KB |
Nombre d'Installations | 377 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2012-07-04 |
Date de Publication | 2012-07-04 |
Évaluation | 4.33/5 Total 18 Évaluations |
Développeur | bacontech |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "count.js" ], "matches": [ "https:\/\/plus.google.com\/*" ] } ], "description": "Adds notification count to the document title in the page tab.", "manifest_version": 2, "name": "G+ Count in Title", "version": "1.3" } |