Font changer

This extension allows you to change the font and his size on site pages (where this is possible).

Font changerคืออะไร?

Font changer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://namata.ru และคุณลักษณะหลักของมันคือ "This extension allows you to change the font and his size on site pages (where this is possible)."

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

screenshot

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

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

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

                        This extension allows you to change the font and his size on site pages (where this is possible). Just click on extension icon, write your font and his size and press "Set". After that this font will use on each site page (where this is possible).                    

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

ชื่อ Font changer Font changer
ID gekcpnidalfkkpohbhmpiolpeibmmahm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/font-changer/gekcpnidalfkkpohbhmpiolpeibmmahm
คำอธิบาย This extension allows you to change the font and his size on site pages (where this is possible).
ขนาดไฟล์ 251 KB
จำนวนการติดตั้ง 184
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2020-11-07
วันที่เผยแพร่ 2020-11-07
คะแนน 3.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://namata.ru
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://en.namata.ru/extensions/fontchanger/
URL หน้าช่วยเหลือ https://en.namata.ru/support/thanksforinstall/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Font changer",
    "description": "This extension allows you to change the font and his size on site pages (where this is possible).",
    "version": "1.1",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ]
}