G+ Count in Title
Adds notification count to the document title in the page tab.
G+ Count in Title क्या है?
G+ Count in Title bacontech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds notification count to the document title in the page tab."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में G+ Count in Title एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } |