Easy Font Changer

Replace default fonts and manage font size

Easy Font Changerคืออะไร?

Easy Font Changer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Helene Hill และคุณลักษณะหลักของมันคือ "Replace default fonts and manage font size"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Easy Font Changer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Font Changer Plus helps you customize fonts on webpages beyond browser settings.

Features:
⭐ Change font settings globally or for a specific domain
⭐ Select from thousands of Google Fonts 
⭐ Use custom font installed in your system
⭐ Make bigger or smaller texts 
⭐ Force set the text color                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Easy Font Changer Easy Font Changer
ID gahgachhcblgfnjdfghcjcpgbkbadfgg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/easy-font-changer/gahgachhcblgfnjdfghcjcpgbkbadfgg
คำอธิบาย Replace default fonts and manage font size
ขนาดไฟล์ 510 KB
จำนวนการติดตั้ง 100,000
เวอร์ชันปัจจุบัน 1.4.0
อัปเดตครั้งล่าสุด 2020-10-31
วันที่เผยแพร่ 2020-10-12
คะแนน 3.85/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา Helene Hill
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://1drv.ms/w/s!AlgAs--DbB1qgQx48s3ECJq6XKTN?e=zGkMRs
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.4.0",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "lib\/jquery\/jquery-3.4.1.js",
                "inject.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/*.googleapis.com; object-src 'self'",
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png",
        "16": "icon-16.png"
    },
    "default_locale": "en",
    "permissions": [
        "fontSettings",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage"
    ]
}