Undertaker
Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend.
Τι είναι το Undertaker;
Το Undertaker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον David Glasser, και η κύρια λειτουργία του είναι "Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend.".
Λήψη αρχείου CRX της επέκτασης Undertaker
Λήψη αρχείων επέκτασης Undertaker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Some people like the links on their websites to blend in with no underlines. And some of us are color-blind and wish we had our 90s-era underlined links back. This Chrome extension adds an underline to every link on the web. Underscore this!
Βασικές Πληροφορίες Επέκτασης
Όνομα | ![]() |
ID | mgbjmcklaalbhgfjcjilgcfihhpnimjm |
Επίσημο URL | https://chrome.google.com/webstore/detail/undertaker/mgbjmcklaalbhgfjcjilgcfihhpnimjm |
Περιγραφή | Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend. |
Μέγεθος Αρχείου | 2.73 KB |
Αριθμός Εγκαταστάσεων | 53 |
Τρέχουσα Έκδοση | 3.0 |
Τελευταία Ενημέρωση | 2014-03-15 |
Ημερομηνία Δημοσίευσης | 2014-03-15 |
Αξιολόγηση | 5.00/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | David Glasser |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "css": [ "undertaker.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Underlines every single link; great for color-blind folks who can't stand the 'just change the color' trend.", "name": "Undertaker", "version": "3.0" } |