G+ Count in Title
Adds notification count to the document title in the page tab.
¿Qué es G+ Count in Title?
G+ Count in Title es una extensión de Chrome desarrollada por bacontech, y su función principal es "Adds notification count to the document title in the page tab.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión G+ Count in Title
Descarga archivos de extensión G+ Count in Title en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | G+ Count in Title |
ID | dcdelcombiokflhgdlmdcfbdfogaplij |
URL Oficial | https://chromewebstore.google.com/detail/g+-count-in-title/dcdelcombiokflhgdlmdcfbdfogaplij |
Descripción | Adds notification count to the document title in the page tab. |
Tamaño del Archivo | 2.89 KB |
Cantidad de Instalaciones | 377 |
Versión Actual | 1.3 |
Última Actualización | 2012-07-04 |
Fecha de Publicación | 2012-07-04 |
Calificación | 4.33/5 Total de 18 Calificaciones |
Desarrollador | bacontech |
Tipo de Pago | free |
Idiomas Soportados | 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" } |