Twitter Font Fix

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

什么是Twitter Font Fix?

Twitter Font Fix是由https://klivk.com开发的Chrome扩展程序,该扩展的主要功能是“Makes the font size same for all tweets on the new Twitter profile pages.”。

扩展截图

screenshot

下载Twitter Font Fix扩展crx文件

下载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 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"
}