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?

Message status for the color blind是由tomasmartty开发的Chrome扩展程序,该扩展的主要功能是“An easier way for the color blind to identify WhatsApp Web™ message delivery status.”。

扩展截图

screenshot

下载Message status for the color blind扩展crx文件

下载Message status for the color blind扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Message status for the color blind Message status for the color blind
ID ciiglfdgiegdnhkfpkeabhfllcalijda
官方URL https://chrome.google.com/webstore/detail/message-status-for-the-co/ciiglfdgiegdnhkfpkeabhfllcalijda
简介 An easier way for the color blind to identify WhatsApp Web™ message delivery status.
文件大小 11.44 KB
安装次数 170
当前版本 1.4
更新时间 2020-04-20
上架时间 2020-04-20
评分 4.38/5 共8次评分
开发者 tomasmartty
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}