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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย G+ Count in Title
ดาวน์โหลดไฟล์ส่วนขยาย G+ Count in Title ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } |