Favicon Badges
Displays an unread count badge on a webpage's icon.
Favicon Badges là gì?
Favicon Badges là một tiện ích mở rộng Chrome được phát triển bởi Tilman, và tính năng chính của nó là "Displays an unread count badge on a webpage's icon.".
Ả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 Badges
Tải xuống các tệp mở rộng Favicon Badges 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
This extension will show an unread count badge on a webpage's icon. It will work on all pages whose page title contains a number in parentheses. This is especially useful for pinned tabs. Updates: --------- 0.2.0 - Fixed clicking popup button not working - Improved setting synchronization - Improved settings page 0.1.6 - Updated for latest version of Chrome - Now syncs settings between computers 0.1.5 - Fixed badge not vanishing every time 0.1.4: - Fixed badge sometimes not showing up.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Favicon Badges |
ID | fjnaohmeicdkcipkhddeaibfhmbobbfm |
URL Chính Thức | https://chromewebstore.google.com/detail/favicon-badges/fjnaohmeicdkcipkhddeaibfhmbobbfm |
Mô tả | Displays an unread count badge on a webpage's icon. |
Kích Thước Tệp | 25.15 KB |
Số Lần Cài Đặt | 242 |
Phiên Bản Hiện Tại | 0.2.0 |
Cập Nhật Lần Cuối | 2013-02-11 |
Ngày Phát Hành | 2013-02-11 |
Đánh Giá | 3.71/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | Tilman |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Favicon Badges", "version": "0.2.0", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "description": "Displays an unread count badge on a webpage's icon.", "background": { "scripts": [ "constants.js", "lib.js", "background.js" ] }, "options_page": "options.html", "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "page_action": { "default_icon": "img\/icon19.png", "default_title": "FaviconCounters", "default_popup": "popup.html" } } |