G+ Count in Title

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

Co je G+ Count in Title?

G+ Count in Title je rozšíření Chrome vyvinuté bacontech, a jeho hlavní funkcí je „Adds notification count to the document title in the page tab.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření G+ Count in Title

Stáhněte si soubory rozšíření G+ Count in Title ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název G+ Count in Title G+ Count in Title
ID dcdelcombiokflhgdlmdcfbdfogaplij
Oficiální URL https://chromewebstore.google.com/detail/g+-count-in-title/dcdelcombiokflhgdlmdcfbdfogaplij
Popis Adds notification count to the document title in the page tab.
Velikost souboru 2.89 KB
Počet instalací 377
Aktuální Verze 1.3
Poslední Aktualizace 2012-07-04
Datum Vydání 2012-07-04
Hodnocení 4.33/5 Celkem 18 Hodnocení
Vývojář bacontech
Typ Platby free
Podporované Jazyky 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"
}