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はhttp://www.tavultesoft.comによって開発されたChromeの拡張機能で、その主な機能は「This extension chooses the Khmer OS Content font and makes the text larger for Khmer content」です。

Khmer font enlarger拡張機能のCRXファイルをダウンロード

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
Eメール [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"
            ]
        }
    ]
}