G+ Count in Title

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

Was ist G+ Count in Title?

G+ Count in Title ist eine Chrome-Erweiterung, die von bacontech entwickelt wurde, und ihr Hauptmerkmal ist "Adds notification count to the document title in the page tab.".

Erweiterungsscreenshots

screenshot

G+ Count in Title-Erweiterungs-CRX-Datei herunterladen

Laden Sie G+ Count in Title-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name G+ Count in Title G+ Count in Title
ID dcdelcombiokflhgdlmdcfbdfogaplij
Offizielle URL https://chromewebstore.google.com/detail/g+-count-in-title/dcdelcombiokflhgdlmdcfbdfogaplij
Beschreibung Adds notification count to the document title in the page tab.
Dateigröße 2.89 KB
Installationsanzahl 377
Aktuelle Version 1.3
Letztes Update 2012-07-04
Veröffentlichungsdatum 2012-07-04
Bewertung 4.33/5 Insgesamt 18 Bewertungen
Entwickler bacontech
Zahlungsart free
Unterstützte Sprachen 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"
}