G+ Count in Title
Adds notification count to the document title in the page tab.
G+ Count in Title là gì?
G+ Count in Title là một tiện ích mở rộng Chrome được phát triển bởi bacontech, và tính năng chính của nó là "Adds notification count to the document title in the page tab.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng G+ Count in Title
Tải xuống các tệp mở rộng G+ Count in Title dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | G+ Count in Title |
ID | dcdelcombiokflhgdlmdcfbdfogaplij |
URL Chính Thức | https://chromewebstore.google.com/detail/g+-count-in-title/dcdelcombiokflhgdlmdcfbdfogaplij |
Mô tả | Adds notification count to the document title in the page tab. |
Kích Thước Tệp | 2.89 KB |
Số Lần Cài Đặt | 377 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2012-07-04 |
Ngày Phát Hành | 2012-07-04 |
Đánh Giá | 4.33/5 Tổng số 18 Đánh Giá |
Nhà Phát Triển | bacontech |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |