Khmer font enlarger
This extension chooses the Khmer OS Content font and makes the text larger for Khmer content
Vad är Khmer font enlarger?
Khmer font enlarger är en Chrome-tillägg utvecklad av http://www.tavultesoft.com, och dess huvudfunktion är "This extension chooses the Khmer OS Content font and makes the text larger for Khmer content".
Ladda ner Khmer font enlarger-förlängningens CRX-fil
Ladda ner Khmer font enlarger-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | mgilbjeocdllghpjjdacobagdlejbfbo |
Officiell webbadress | https://chrome.google.com/webstore/detail/khmer-font-enlarger/mgilbjeocdllghpjjdacobagdlejbfbo |
Beskrivning | This extension chooses the Khmer OS Content font and makes the text larger for Khmer content |
Filstorlek | 48.14 KB |
Antal Installationer | 120 |
Aktuell Version | 1.3 |
Senast Uppdaterad | 2017-02-27 |
Publiceringsdatum | 2017-02-27 |
Betyg | 4.00/5 Totalt 4 Betyg |
Utvecklare | http://www.tavultesoft.com |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | http://tavultesoft.com/privacy.php |
Stödda Språk | 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" ] } ] } |