Fonts Changer

Fonts Changer allows users to change fonts in the browser.

Fonts Changerคืออะไร?

Fonts Changer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fonts Changer และคุณลักษณะหลักของมันคือ "Fonts Changer allows users to change fonts in the browser."

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

screenshot
screenshot
screenshot

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

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

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

                        Fonts Changer allows users to change fonts in the browser.
Chrome’s advanced font settings let users change system fonts in your browser using the Fonts Changer.

Fonts Changer Over 80 fonts available for your Chrome browser
 Install Font, Advanced Font Settings for your Fonts Changer Browser

Features Fonts Changer:

Choose from hundreds of fonts. All fonts are free for personal use, and most fonts are free for commercial use!

In the Font , we have chosen the most stylish and coolest font of different types, and they are very easy to apply. Change of font, change of sensations. Hundreds of exquisite beautiful built-in fonts, easy to change the system font, easy to change the mood!
Have a good mood every day. Open interface Fonts Changer.                    

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

ชื่อ Fonts Changer Fonts Changer
ID phkenomnahhgjnmpignadbeandfanbil
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fonts-changer/phkenomnahhgjnmpignadbeandfanbil
คำอธิบาย Fonts Changer allows users to change fonts in the browser.
ขนาดไฟล์ 50.75 KB
จำนวนการติดตั้ง 14,636
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2021-02-02
วันที่เผยแพร่ 2019-12-18
คะแนน 3.51/5 รวมทั้งหมด 71 คะแนน
ผู้พัฒนา Fonts Changer
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/e/2PACX-1vR4J2PhyBTcio5H9Gx7E73_ZQadKZgnubkUSJclEAEXsQV0chxf7DNQBJLpF30twTKoIrW8Ek7WbQIH/pub
ภาษาที่รองรับ en
manifest.json
{
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.7",
    "default_locale": "en",
    "icons": {
        "128": "128.png"
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "__MSG_name__",
        "default_icon": {
            "128": "128.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "fontSettings",
        ""
    ]
}