Favicon counter for Google+
Displays the current number of new (unread) posts in the Google+ stream on the favicon of the Google+ tab.
Favicon counter for Google+とは何ですか?
Favicon counter for Google+はhttps://kupriyanov.comによって開発されたChromeの拡張機能で、その主な機能は「Displays the current number of new (unread) posts in the Google+ stream on the favicon of the Google+ tab.」です。
拡張機能のスクリーンショット
Favicon counter for Google+拡張機能のCRXファイルをダウンロード
Favicon counter for Google+拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Keep an eye on the Google+ stream and never miss another breaking news in again, even while browsing in other tabs. v0.0.20: added new icon
拡張機能の基本情報
名前 | Favicon counter for Google+ |
ID | noogdbofibkpjbipamihpfenckclpahj |
公式URL | https://chromewebstore.google.com/detail/favicon-counter-for-googl/noogdbofibkpjbipamihpfenckclpahj |
説明 | Displays the current number of new (unread) posts in the Google+ stream on the favicon of the Google+ tab. |
ファイルサイズ | 172 KB |
インストール数 | 10 |
現在のバージョン | 0.0.20 |
最終更新日 | 2015-09-19 |
公開日 | 2015-09-19 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://kupriyanov.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://google.com/+MishaMKupriyanov |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.20", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "48": "images\/icon-48.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/plus.google.com\/*", "https:\/\/plus.google.com\/*" ], "css": [ "styles\/main.css" ], "js": [ "scripts\/GPlusCounter.js", "bower_components\/mkfavcount\/favcount.js", "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "tabs", "http:\/\/plus.google.com\/*", "https:\/\/plus.google.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/plus.google.com https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "\/images\/faviconr3.ico" ] } |