Khmer font enlarger

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

Cos'è Khmer font enlarger?

Khmer font enlarger è un'estensione di Chrome sviluppata da http://www.tavultesoft.com, e la sua funzione principale è "This extension chooses the Khmer OS Content font and makes the text larger for Khmer content".

Scarica il file CRX dell'estensione Khmer font enlarger

Scarica i file di estensione Khmer font enlarger in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Khmer font enlarger Khmer font enlarger
ID mgilbjeocdllghpjjdacobagdlejbfbo
URL Ufficiale https://chrome.google.com/webstore/detail/khmer-font-enlarger/mgilbjeocdllghpjjdacobagdlejbfbo
Descrizione This extension chooses the Khmer OS Content font and makes the text larger for Khmer content
Dimensione del File 48.14 KB
Conteggio Installazioni 120
Versione Corrente 1.3
Ultimo Aggiornamento 2017-02-27
Data di Pubblicazione 2017-02-27
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore http://www.tavultesoft.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy http://tavultesoft.com/privacy.php
Lingue Supportate 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"
            ]
        }
    ]
}