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 |
公式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" } |