Fix Chrome Underlining
This extension restores the underlining behavior of previous Chrome versions (text-decoration-skip-ink: none). It requires…
Τι είναι το Fix Chrome Underlining;
Το Fix Chrome Underlining είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://r1ch.net, και η κύρια λειτουργία του είναι "This extension restores the underlining behavior of previous Chrome versions (text-decoration-skip-ink: none). It requires…".
Λήψη αρχείου CRX της επέκτασης Fix Chrome Underlining
Λήψη αρχείων επέκτασης Fix Chrome Underlining σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension restores the underlining behavior of previous Chrome versions (text-decoration-skip-ink: none). It requires permission for all websites to inject the CSS. The extension will never be sold or modified beyond this release.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | haebmhfkidapephfmkapgdoebgfhlldh |
Επίσημο URL | https://chrome.google.com/webstore/detail/fix-chrome-underlining/haebmhfkidapephfmkapgdoebgfhlldh |
Περιγραφή | This extension restores the underlining behavior of previous Chrome versions (text-decoration-skip-ink: none). It requires… |
Μέγεθος Αρχείου | 5.97 KB |
Αριθμός Εγκαταστάσεων | 110 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2018-02-08 |
Ημερομηνία Δημοσίευσης | 2018-02-08 |
Αξιολόγηση | 4.33/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | https://r1ch.net |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fix Chrome Underlining", "version": "1.0", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "style.css" ] } ], "icons": { "128": "icon128.png" } } |