Khmer font enlarger
This extension chooses the Khmer OS Content font and makes the text larger for Khmer content
Qu'est-ce que Khmer font enlarger ?
Khmer font enlarger est une extension Chrome développée par http://www.tavultesoft.com, et sa fonction principale est "This extension chooses the Khmer OS Content font and makes the text larger for Khmer content".
Télécharger le fichier CRX de l'extension Khmer font enlarger
Téléchargez les fichiers d'extension Khmer font enlarger au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | mgilbjeocdllghpjjdacobagdlejbfbo |
URL Officiel | https://chrome.google.com/webstore/detail/khmer-font-enlarger/mgilbjeocdllghpjjdacobagdlejbfbo |
Description | This extension chooses the Khmer OS Content font and makes the text larger for Khmer content |
Taille du Fichier | 48.14 KB |
Nombre d'Installations | 120 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2017-02-27 |
Date de Publication | 2017-02-27 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | http://www.tavultesoft.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | http://tavultesoft.com/privacy.php |
Langues Prises en Charge | 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" ] } ] } |