Khmer font enlarger
This extension chooses the Khmer OS Content font and makes the text larger for Khmer content
Co je Khmer font enlarger?
Khmer font enlarger je rozšíření Chrome vyvinuté http://www.tavultesoft.com, a jeho hlavní funkcí je „This extension chooses the Khmer OS Content font and makes the text larger for Khmer content“.
Stáhnout soubor CRX rozšíření Khmer font enlarger
Stáhněte si soubory rozšíření Khmer font enlarger ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | mgilbjeocdllghpjjdacobagdlejbfbo |
Oficiální URL | https://chrome.google.com/webstore/detail/khmer-font-enlarger/mgilbjeocdllghpjjdacobagdlejbfbo |
Popis | This extension chooses the Khmer OS Content font and makes the text larger for Khmer content |
Velikost souboru | 48.14 KB |
Počet instalací | 120 |
Aktuální Verze | 1.3 |
Poslední Aktualizace | 2017-02-27 |
Datum Vydání | 2017-02-27 |
Hodnocení | 4.00/5 Celkem 4 Hodnocení |
Vývojář | http://www.tavultesoft.com |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | http://tavultesoft.com/privacy.php |
Podporované Jazyky | 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" ] } ] } |