Twitter Font Fix

Makes the font size same for all tweets on the new Twitter profile pages.

Co je Twitter Font Fix?

Twitter Font Fix je rozšíření Chrome vyvinuté https://klivk.com, a jeho hlavní funkcí je „Makes the font size same for all tweets on the new Twitter profile pages.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Twitter Font Fix

Stáhněte si soubory rozšíření Twitter Font Fix ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Twitter Font Fix Twitter Font Fix
ID lnddiegkdhlfgpmfbjffeegbkkomaebn
Oficiální URL https://chromewebstore.google.com/detail/twitter-font-fix/lnddiegkdhlfgpmfbjffeegbkkomaebn
Popis Makes the font size same for all tweets on the new Twitter profile pages.
Velikost souboru 5.93 KB
Počet instalací 172
Aktuální Verze 1.0.1
Poslední Aktualizace 2016-03-10
Datum Vydání 2016-03-10
Hodnocení 4.33/5 Celkem 6 Hodnocení
Vývojář https://klivk.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://serdar.work/chrome-extensions/privacy-policy.html
Podporované Jazyky 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"
}