G+ Count in Title
Adds notification count to the document title in the page tab.
什麼是G+ Count in Title?
G+ Count in Title是由bacontech開發的Chrome擴展程式,該擴展的主要功能是“Adds notification count to the document title in the page tab.”。
擴展截圖
下載G+ Count in Title擴展crx文件
下載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 |
官方網址 | 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" } |