Font Changer

Change any font easy!

Font Changerคืออะไร?

Font Changer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fontsly.com และคุณลักษณะหลักของมันคือ "Change any font easy!"

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

screenshot
screenshot

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

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

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

                        Collection of the best preset fonts. 
There is also a possibility to change size&color of text.                    

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

ชื่อ Font Changer Font Changer
ID cngbpbdpdeldglofjjppipdleagpefog
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/font-changer/cngbpbdpdeldglofjjppipdleagpefog
คำอธิบาย Change any font easy!
ขนาดไฟล์ 196 KB
จำนวนการติดตั้ง 2,365
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2021-02-04
วันที่เผยแพร่ 2021-02-04
คะแนน 3.90/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา https://fontsly.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://fontsly.com/
URL หน้านโยบายความเป็นส่วนตัว https://free-qr.com/privacy-policy
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "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'",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "fontSettings",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}