Twitter Better

To optimize twitter timeline font

What is Twitter Better?

Twitter Better is a Chrome extension developed by robot.z.jiang, and its main feature is "To optimize twitter timeline font".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Twitter Better Extension CRX File

Download Twitter Better extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Let Twiiter better!

To change twitter timeline font size and font family, to optimize text style, let timeline looks better.

(Para cambiar timeline de twitter tamaño de la fuente y de la familia de la fuente, para optimizar el estilo de texto, dejar que la línea de tiempo se ve mejor.)

改变twitter主页 timeline 的字体大小和字体名,优先使用思源黑体(Source Han Sans),让 timeline 看上去更耐看,增大字体保护眼睛。:)

改變的Twitter主頁 timeline 的字體大小和字體名,優先使用思源黑體(Source Han Sans),讓時間線看上去更耐看,增大字體保護眼睛。:)

、テキストスタイルを最適化するタイムラインが良く見えるようにする、Twitterのタイムラインのフォントサイズやフォントファミリを変更します。

If you have any questions or suggestion, Please contact me by email: [email protected] or twitter: @outmanone                    

Extension Basic Information

Name Twitter Better Twitter Better
ID gpcmkmkhfmefcppplmmgdecajmomgeib
Official URL https://chromewebstore.google.com/detail/twitter-better/gpcmkmkhfmefcppplmmgdecajmomgeib
Description To optimize twitter timeline font
File Size 45.76 KB
Installation Count 41
Current Version 0.0.6
Last Updated 2014-08-21
Publish Date 2014-08-21
Rating 4.13/5 Total 8 Ratings
Developer robot.z.jiang
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.6",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/twitter16.png",
        "128": "images\/twitter128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "styles\/twitter_better.css"
            ],
            "js": [
                "scripts\/zepto.min.js",
                "scripts\/twitter_better.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/twitter.com\/*"
    ],
    "page_action": {
        "default_icon": {
            "19": "images\/twitter19.png",
            "38": "images\/twitter38.png"
        },
        "default_title": "Twitter Better"
    }
}