Khmer font enlarger

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

What is Khmer font enlarger?

Khmer font enlarger is a Chrome extension developed by http://www.tavultesoft.com, and its main feature is "This extension chooses the Khmer OS Content font and makes the text larger for Khmer content".

Download Khmer font enlarger Extension CRX File

Download Khmer font enlarger extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Khmer font enlarger Khmer font enlarger
ID mgilbjeocdllghpjjdacobagdlejbfbo
Official URL https://chrome.google.com/webstore/detail/khmer-font-enlarger/mgilbjeocdllghpjjdacobagdlejbfbo
Description This extension chooses the Khmer OS Content font and makes the text larger for Khmer content
File Size 48.14 KB
Installation Count 120
Current Version 1.3
Last Updated 2017-02-27
Publish Date 2017-02-27
Rating 4.00/5 Total 4 Ratings
Developer http://www.tavultesoft.com
Email [email protected]
Payment Type free
Privacy Policy Page URL http://tavultesoft.com/privacy.php
Supported Languages 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"
            ]
        }
    ]
}