G+ Count in Title
Adds notification count to the document title in the page tab.
O que é G+ Count in Title?
G+ Count in Title é uma extensão do Chrome desenvolvida por bacontech, e sua principal característica é "Adds notification count to the document title in the page tab.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão G+ Count in Title
Baixe arquivos de extensão G+ Count in Title no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | G+ Count in Title |
ID | dcdelcombiokflhgdlmdcfbdfogaplij |
URL Oficial | https://chromewebstore.google.com/detail/g+-count-in-title/dcdelcombiokflhgdlmdcfbdfogaplij |
Descrição | Adds notification count to the document title in the page tab. |
Tamanho do Arquivo | 2.89 KB |
Contagem de Instalações | 377 |
Versão Atual | 1.3 |
Última Atualização | 2012-07-04 |
Data de Publicação | 2012-07-04 |
Classificação | 4.33/5 Total de 18 Avaliações |
Desenvolvedor | bacontech |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |