Font Rendering Enhancer
Font Rendering Enhancer for Chrome. Darker and clearer text on the pages (http and https).
Font Rendering Enhancer là gì?
Font Rendering Enhancer là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Font Rendering Enhancer for Chrome. Darker and clearer text on the pages (http and https).".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Font Rendering Enhancer
Tải xuống các tệp mở rộng Font Rendering Enhancer 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
Description Font Rendering Enhancer comes from Opera Font Rendering by thunder13. Darker and clearer text on almost every page (http and https). Modified and ported Mac OSX Font Rendering by proxxy (from Opera on Presto engine). "The windows browsers render the fonts based on the normal sub-pixel rendering without implementing Font smoothing, anti-aliasing as noticeable as Mac OSX. This tweak applies text to be displayed more anti-aliased using CSS3 property. So modern browsers supporting CSS3 and userstyle support would be able to support it. ;)" Modified (v 0.1.4): - A Control panel Festum Presents
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Font Rendering Enhancer |
ID | hmbmmdjlcdediglgfcdkhinjdelkiock |
URL Chính Thức | https://chromewebstore.google.com/detail/font-rendering-enhancer/hmbmmdjlcdediglgfcdkhinjdelkiock |
Mô tả | Font Rendering Enhancer for Chrome. Darker and clearer text on the pages (http and https). |
Kích Thước Tệp | 567 KB |
Số Lần Cài Đặt | 100,000 |
Phiên Bản Hiện Tại | 0.1.4.1 |
Cập Nhật Lần Cuối | 2014-07-03 |
Ngày Phát Hành | 2014-07-02 |
Đánh Giá | 4.58/5 Tổng số 366 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://femium.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "options_page": "options.html", "content_scripts": [ { "all_frames": true, "js": [ "assets\/js\/font.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "description": "Font Rendering Enhancer for Chrome. Darker and clearer text on the pages (http and https).", "icons": { "32": "icon.png", "48": "icon.png" }, "manifest_version": 2, "name": "Font Rendering Enhancer", "short_name": "FRE", "permissions": [ "*:\/\/*\/*", "storage" ], "version": "0.1.4.1" } |