Khmer font enlarger

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

Co to jest Khmer font enlarger?

Khmer font enlarger to rozszerzenie Chrome opracowane przez http://www.tavultesoft.com, a jego główną funkcją jest „This extension chooses the Khmer OS Content font and makes the text larger for Khmer content”.

Pobierz plik CRX rozszerzenia Khmer font enlarger

Pobierz pliki rozszerzeń Khmer font enlarger w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Khmer font enlarger Khmer font enlarger
ID mgilbjeocdllghpjjdacobagdlejbfbo
Oficjalny URL https://chrome.google.com/webstore/detail/khmer-font-enlarger/mgilbjeocdllghpjjdacobagdlejbfbo
Opis This extension chooses the Khmer OS Content font and makes the text larger for Khmer content
Rozmiar pliku 48.14 KB
Liczba instalacji 120
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2017-02-27
Data Publikacji 2017-02-27
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper http://www.tavultesoft.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności http://tavultesoft.com/privacy.php
Obsługiwane Języki 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"
            ]
        }
    ]
}