Khmer font enlarger
This extension chooses the Khmer OS Content font and makes the text larger for Khmer content
什么是Khmer font enlarger?
Khmer font enlarger是由http://www.tavultesoft.com开发的Chrome扩展程序,该扩展的主要功能是“This extension chooses the Khmer OS Content font and makes the text larger for Khmer content”。
下载Khmer font enlarger扩展crx文件
下载Khmer font enlarger扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | mgilbjeocdllghpjjdacobagdlejbfbo |
官方URL | https://chrome.google.com/webstore/detail/khmer-font-enlarger/mgilbjeocdllghpjjdacobagdlejbfbo |
简介 | This extension chooses the Khmer OS Content font and makes the text larger for Khmer content |
文件大小 | 48.14 KB |
安装次数 | 120 |
当前版本 | 1.3 |
更新时间 | 2017-02-27 |
上架时间 | 2017-02-27 |
评分 | 4.00/5 共4次评分 |
开发者 | http://www.tavultesoft.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | http://tavultesoft.com/privacy.php |
支持的语言 | 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" ] } ] } |