Khmer font enlarger

This extension chooses the Khmer OS Content font and makes the text larger for Khmer content

Khmer font enlargerคืออะไร?

Khmer font enlarger เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.tavultesoft.com และคุณลักษณะหลักของมันคือ "This extension chooses the Khmer OS Content font and makes the text larger for Khmer content"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Khmer font enlarger

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

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

                        This extension chooses a Khmer OS Content font and makes the text larger for easier comprehension

The Khmer OS Content font needs to be on your system already. This extension does not install it. You can get the Khmer OS Content font from http://www.khmeros.info/?q=en/fonts                    

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

ชื่อ Khmer font enlarger Khmer font enlarger
ID mgilbjeocdllghpjjdacobagdlejbfbo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/khmer-font-enlarger/mgilbjeocdllghpjjdacobagdlejbfbo
คำอธิบาย This extension chooses the Khmer OS Content font and makes the text larger for Khmer content
ขนาดไฟล์ 48.14 KB
จำนวนการติดตั้ง 120
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2017-02-27
วันที่เผยแพร่ 2017-02-27
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา http://www.tavultesoft.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://tavultesoft.com/privacy.php
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "128": "icon-128.png"
    },
    "name": "Khmer font enlarger",
    "description": "This extension chooses the Khmer OS Content font and makes the text larger for Khmer content",
    "version": "1.3",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-2.2.3.min.js",
                "mutation-summary.js",
                "tweakfont.js"
            ]
        }
    ]
}