Twitter Font Fix

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

Twitter Font Fixคืออะไร?

Twitter Font Fix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://klivk.com และคุณลักษณะหลักของมันคือ "Makes the font size same for all tweets on the new Twitter profile pages."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter Font Fix

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}