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+ là gì?
Favicon counter for Google+ là một tiện ích mở rộng Chrome được phát triển bởi https://kupriyanov.com, và tính năng chính của nó là "Displays the current number of new (unread) posts in the Google+ stream on the favicon of the Google+ 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 Favicon counter for Google+
Tải xuống các tệp mở rộng Favicon counter for Google+ 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Favicon counter for Google+ |
ID | noogdbofibkpjbipamihpfenckclpahj |
URL Chính Thức | https://chromewebstore.google.com/detail/favicon-counter-for-googl/noogdbofibkpjbipamihpfenckclpahj |
Mô tả | Displays the current number of new (unread) posts in the Google+ stream on the favicon of the Google+ tab. |
Kích Thước Tệp | 172 KB |
Số Lần Cài Đặt | 10 |
Phiên Bản Hiện Tại | 0.0.20 |
Cập Nhật Lần Cuối | 2015-09-19 |
Ngày Phát Hành | 2015-09-19 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://kupriyanov.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://google.com/+MishaMKupriyanov |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |