Khmer font enlarger
This extension chooses the Khmer OS Content font and makes the text larger for Khmer content
Khmer font enlarger là gì?
Khmer font enlarger là một tiện ích mở rộng Chrome được phát triển bởi http://www.tavultesoft.com, và tính năng chính của nó là "This extension chooses the Khmer OS Content font and makes the text larger for Khmer content".
Tải xuống tệp CRX của tiện ích mở rộng Khmer font enlarger
Tải xuống các tệp mở rộng Khmer font enlarger dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mgilbjeocdllghpjjdacobagdlejbfbo |
URL Chính Thức | https://chrome.google.com/webstore/detail/khmer-font-enlarger/mgilbjeocdllghpjjdacobagdlejbfbo |
Mô tả | This extension chooses the Khmer OS Content font and makes the text larger for Khmer content |
Kích Thước Tệp | 48.14 KB |
Số Lần Cài Đặt | 120 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2017-02-27 |
Ngày Phát Hành | 2017-02-27 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | http://www.tavultesoft.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | http://tavultesoft.com/privacy.php |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |