Twitter Font Fix

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

Twitter Font Fix là gì?

Twitter Font Fix là một tiện ích mở rộng Chrome được phát triển bởi https://klivk.com, và tính năng chính của nó là "Makes the font size same for all tweets on the new Twitter profile pages.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Twitter Font Fix

Tải xuống các tệp mở rộng Twitter Font Fix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Twitter Font Fix Twitter Font Fix
ID lnddiegkdhlfgpmfbjffeegbkkomaebn
URL Chính Thức https://chromewebstore.google.com/detail/twitter-font-fix/lnddiegkdhlfgpmfbjffeegbkkomaebn
Mô tả Makes the font size same for all tweets on the new Twitter profile pages.
Kích Thước Tệp 5.93 KB
Số Lần Cài Đặt 172
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2016-03-10
Ngày Phát Hành 2016-03-10
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://klivk.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://serdar.work/chrome-extensions/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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"
}