Twitter Font Fix
Makes the font size same for all tweets on the new Twitter profile pages.
Vad är Twitter Font Fix?
Twitter Font Fix är en Chrome-tillägg utvecklad av https://klivk.com, och dess huvudfunktion är "Makes the font size same for all tweets on the new Twitter profile pages.".
Tilläggsskärmbilder
Ladda ner Twitter Font Fix-förlängningens CRX-fil
Ladda ner Twitter Font Fix-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | lnddiegkdhlfgpmfbjffeegbkkomaebn |
| Officiell webbadress | https://chromewebstore.google.com/detail/twitter-font-fix/lnddiegkdhlfgpmfbjffeegbkkomaebn |
| Beskrivning | Makes the font size same for all tweets on the new Twitter profile pages. |
| Filstorlek | 5.93 KB |
| Antal Installationer | 172 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2016-03-10 |
| Publiceringsdatum | 2016-03-10 |
| Betyg | 4.33/5 Totalt 6 Betyg |
| Utvecklare | https://klivk.com |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://serdar.work/chrome-extensions/privacy-policy.html |
| Stödda Språk | 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"
} | |