G+ Count in Title

Adds notification count to the document title in the page tab.

什么是G+ Count in Title?

G+ Count in Title是由bacontech开发的Chrome扩展程序,该扩展的主要功能是“Adds notification count to the document title in the page tab.”。

扩展截图

screenshot

下载G+ Count in Title扩展crx文件

下载G+ Count in Title扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 G+ Count in Title G+ Count in Title
ID dcdelcombiokflhgdlmdcfbdfogaplij
官方URL https://chromewebstore.google.com/detail/g+-count-in-title/dcdelcombiokflhgdlmdcfbdfogaplij
简介 Adds notification count to the document title in the page tab.
文件大小 2.89 KB
安装次数 377
当前版本 1.3
更新时间 2012-07-04
上架时间 2012-07-04
评分 4.33/5 共18次评分
开发者 bacontech
付费类型 free
支持的语言 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"
}