Twitter Font Fix
Makes the font size same for all tweets on the new Twitter profile pages.
Wat is Twitter Font Fix?
Twitter Font Fix is een Chrome-extensie ontwikkeld door https://klivk.com, en de belangrijkste functie is "Makes the font size same for all tweets on the new Twitter profile pages.".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitter Font Fix
Download Twitter Font Fix-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Twitter Font Fix |
ID | lnddiegkdhlfgpmfbjffeegbkkomaebn |
Officiële URL | https://chromewebstore.google.com/detail/twitter-font-fix/lnddiegkdhlfgpmfbjffeegbkkomaebn |
Beschrijving | Makes the font size same for all tweets on the new Twitter profile pages. |
Bestandsgrootte | 5.93 KB |
Aantal Installaties | 172 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2016-03-10 |
Publicatiedatum | 2016-03-10 |
Beoordeling | 4.33/5 Totaal 6 Beoordelingen |
Ontwikkelaar | https://klivk.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://serdar.work/chrome-extensions/privacy-policy.html |
Ondersteunde Talen | 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" } |