Twitter Font Fix
Makes the font size same for all tweets on the new Twitter profile pages.
Τι είναι το Twitter Font Fix;
Το Twitter Font Fix είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://klivk.com, και η κύρια λειτουργία του είναι "Makes the font size same for all tweets on the new Twitter profile pages.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Twitter Font Fix
Λήψη αρχείων επέκτασης Twitter Font Fix σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Pure CSS. Normalizes font sizes for all tweets in a Twitter profile page. Avoid headaches while reading timelines. Does not mess with your data on Twitter. Full source code of this extension is available at GitHub. https://github.com/serd/twitter-font-fix
Βασικές Πληροφορίες Επέκτασης
Όνομα | Twitter Font Fix |
ID | lnddiegkdhlfgpmfbjffeegbkkomaebn |
Επίσημο URL | https://chromewebstore.google.com/detail/twitter-font-fix/lnddiegkdhlfgpmfbjffeegbkkomaebn |
Περιγραφή | Makes the font size same for all tweets on the new Twitter profile pages. |
Μέγεθος Αρχείου | 5.93 KB |
Αριθμός Εγκαταστάσεων | 172 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2016-03-10 |
Ημερομηνία Δημοσίευσης | 2016-03-10 |
Αξιολόγηση | 4.33/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | https://klivk.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://serdar.work/chrome-extensions/privacy-policy.html |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.0.1", "manifest_version": 2, "description": "__MSG_extDescription__", "icons": { "128": "icon128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "css": [ "mystyles.css" ] } ], "homepage_url": "http:\/\/klivk.com\/twitter-font-fix" } |