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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον tomasmartty, και η κύρια λειτουργία του είναι "An easier way for the color blind to identify WhatsApp Web™ message delivery status.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Message status for the color blind
Λήψη αρχείων επέκτασης 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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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 } |