Khmer font enlarger

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

O que é Khmer font enlarger?

Khmer font enlarger é uma extensão do Chrome desenvolvida por http://www.tavultesoft.com, e sua principal característica é "This extension chooses the Khmer OS Content font and makes the text larger for Khmer content".

Baixar o arquivo CRX da Extensão Khmer font enlarger

Baixe arquivos de extensão Khmer font enlarger no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Khmer font enlarger Khmer font enlarger
ID mgilbjeocdllghpjjdacobagdlejbfbo
URL Oficial https://chrome.google.com/webstore/detail/khmer-font-enlarger/mgilbjeocdllghpjjdacobagdlejbfbo
Descrição This extension chooses the Khmer OS Content font and makes the text larger for Khmer content
Tamanho do Arquivo 48.14 KB
Contagem de Instalações 120
Versão Atual 1.3
Última Atualização 2017-02-27
Data de Publicação 2017-02-27
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor http://www.tavultesoft.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://tavultesoft.com/privacy.php
Idiomas Suportados 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"
            ]
        }
    ]
}