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
Eメール [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
}