Twitter Font Fix
Makes the font size same for all tweets on the new Twitter profile pages.
Cos'è Twitter Font Fix?
Twitter Font Fix è un'estensione di Chrome sviluppata da https://klivk.com, e la sua funzione principale è "Makes the font size same for all tweets on the new Twitter profile pages.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitter Font Fix
Scarica i file di estensione Twitter Font Fix in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Twitter Font Fix |
ID | lnddiegkdhlfgpmfbjffeegbkkomaebn |
URL Ufficiale | https://chromewebstore.google.com/detail/twitter-font-fix/lnddiegkdhlfgpmfbjffeegbkkomaebn |
Descrizione | Makes the font size same for all tweets on the new Twitter profile pages. |
Dimensione del File | 5.93 KB |
Conteggio Installazioni | 172 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2016-03-10 |
Data di Pubblicazione | 2016-03-10 |
Valutazione | 4.33/5 Totale 6 Valutazioni |
Sviluppatore | https://klivk.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://serdar.work/chrome-extensions/privacy-policy.html |
Lingue Supportate | 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" } |