G+ Count in Title

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

ما هو G+ Count in Title؟

G+ Count in Title هو إضافة Chrome تم تطويرها بواسطة bacontech، والميزة الرئيسية لها هي "Adds notification count to the document title in the page tab.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة G+ Count in Title

قم بتنزيل ملفات الامتداد G+ Count in Title بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
}