Text Clarifier MEIRYO
I find some fonts difficult to read. With this, your eyes will hurt less when looking at a screen. It's very simple and easy to…
Text Clarifier MEIRYO là gì?
Text Clarifier MEIRYO là một tiện ích mở rộng Chrome được phát triển bởi ltg_lambda, và tính năng chính của nó là "I find some fonts difficult to read. With this, your eyes will hurt less when looking at a screen. It's very simple and easy to…".
Ả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 Text Clarifier MEIRYO
Tải xuống các tệp mở rộng Text Clarifier MEIRYO 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
I find some fonts difficult to read. With this, your eyes will hurt less when looking at a screen. It's very simple and easy to use. 読みにくいフォントを読みやすくするプラグインです。 シンプルで簡単に操作できます。
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Text Clarifier MEIRYO |
ID | eeeecllpanecjflfadcogipbfmblcalg |
URL Chính Thức | https://chromewebstore.google.com/detail/text-clarifier-meiryo/eeeecllpanecjflfadcogipbfmblcalg |
Mô tả | I find some fonts difficult to read. With this, your eyes will hurt less when looking at a screen. It's very simple and easy to… |
Kích Thước Tệp | 26.76 KB |
Số Lần Cài Đặt | 46 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2017-08-30 |
Ngày Phát Hành | 2017-08-30 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | ltg_lambda |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Text Clarifier MEIRYO", "version": "0.0.1", "manifest_version": 2, "permissions": [ "activeTab" ], "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/content.js" ], "css": [ "css\/style.css" ] } ], "browser_action": { "default_icon": "img\/icon.png", "default_title": "Text Clarifier MEIRYO" } } |