Message status for the color blind
An easier way for the color blind to identify WhatsApp Web™ message delivery status.
Qu'est-ce que Message status for the color blind ?
Message status for the color blind est une extension Chrome développée par tomasmartty, et sa fonction principale est "An easier way for the color blind to identify WhatsApp Web™ message delivery status.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Message status for the color blind
Téléchargez les fichiers d'extension Message status for the color blind au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ciiglfdgiegdnhkfpkeabhfllcalijda |
URL Officiel | https://chrome.google.com/webstore/detail/message-status-for-the-co/ciiglfdgiegdnhkfpkeabhfllcalijda |
Description | An easier way for the color blind to identify WhatsApp Web™ message delivery status. |
Taille du Fichier | 11.44 KB |
Nombre d'Installations | 170 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2020-04-20 |
Date de Publication | 2020-04-20 |
Évaluation | 4.38/5 Total 8 Évaluations |
Développeur | tomasmartty |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |