Message status for the color blind
An easier way for the color blind to identify WhatsApp Web™ message delivery status.
Message status for the color blind là gì?
Message status for the color blind là một tiện ích mở rộng Chrome được phát triển bởi tomasmartty, và tính năng chính của nó là "An easier way for the color blind to identify WhatsApp Web™ message delivery status.".
Ả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 Message status for the color blind
Tải xuống các tệp mở rộng Message status for the color blind 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 simply make blue double-tick images a full round circle instead. Works for chat messages as well as those in the sidebar. Just install and you're ready to go! Update: Updated the extension to work with the latest WhatsApp Web version. Since adding a full circle is not possible anymore due to a different HTML structure and CSS classes, the blue double tick is now just re-colored with a brighter blue to make it more noticeable from the regular green double check. --- This is an unofficial enhacement for WhatsApp Web. This extension is not related in any way to WhatsApp Inc.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ciiglfdgiegdnhkfpkeabhfllcalijda |
URL Chính Thức | https://chrome.google.com/webstore/detail/message-status-for-the-co/ciiglfdgiegdnhkfpkeabhfllcalijda |
Mô tả | An easier way for the color blind to identify WhatsApp Web™ message delivery status. |
Kích Thước Tệp | 11.44 KB |
Số Lần Cài Đặt | 170 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2020-04-20 |
Ngày Phát Hành | 2020-04-20 |
Đánh Giá | 4.38/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | tomasmartty |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Message status for the color blind", "version": "1.4", "description": "An easier way for the color blind to identify WhatsApp Web\u2122 message delivery status.", "permissions": [ "declarativeContent" ], "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "https:\/\/web.whatsapp.com\/" ] } ], "browser_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2 } |