Font Changer

Find elements on the page and change their font with just few clicks.

Font Changerคืออะไร?

Font Changer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rafał Florczak และคุณลักษณะหลักของมันคือ "Find elements on the page and change their font with just few clicks."

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

screenshot

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

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

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

                        You can use this extension to make the desired parts of the website look more readable by changing their fonts.                    

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

ชื่อ Font Changer Font Changer
ID jokhgliahkldheenecgebcldmdcccocp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/font-changer/jokhgliahkldheenecgebcldmdcccocp
คำอธิบาย Find elements on the page and change their font with just few clicks.
ขนาดไฟล์ 182 KB
จำนวนการติดตั้ง 357
เวอร์ชันปัจจุบัน 0.3.3
อัปเดตครั้งล่าสุด 2022-04-13
วันที่เผยแพร่ 2019-03-21
คะแนน 1.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Rafał Florczak
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/florczakraf/font-changer
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Font Changer",
    "version": "0.3.3",
    "description": "Find elements on the page and change their font with just few clicks.",
    "icons": {
        "64": "font-changer\/icons\/64.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "font-changer\/content-script\/font-changer.js"
            ],
            "css": [
                "font-changer\/content-script\/font-changer.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "font-changer\/icons\/64.png",
        "default_title": "Font Changer"
    },
    "background": {
        "scripts": [
            "font-changer\/background\/background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}