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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}