Message status for the color blind
An easier way for the color blind to identify WhatsApp Web™ message delivery status.
¿Qué es Message status for the color blind?
Message status for the color blind es una extensión de Chrome desarrollada por tomasmartty, y su función principal es "An easier way for the color blind to identify WhatsApp Web™ message delivery status.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Message status for the color blind
Descarga archivos de extensión Message status for the color blind en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | ciiglfdgiegdnhkfpkeabhfllcalijda |
URL Oficial | https://chrome.google.com/webstore/detail/message-status-for-the-co/ciiglfdgiegdnhkfpkeabhfllcalijda |
Descripción | An easier way for the color blind to identify WhatsApp Web™ message delivery status. |
Tamaño del Archivo | 11.44 KB |
Cantidad de Instalaciones | 170 |
Versión Actual | 1.4 |
Última Actualización | 2020-04-20 |
Fecha de Publicación | 2020-04-20 |
Calificación | 4.38/5 Total de 8 Calificaciones |
Desarrollador | tomasmartty |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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 } |