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คืออะไร?
Text Clarifier MEIRYO เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ltg_lambda และคุณลักษณะหลักของมันคือ "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…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Text Clarifier MEIRYO
ดาวน์โหลดไฟล์ส่วนขยาย Text Clarifier MEIRYO ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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. 読みにくいフォントを読みやすくするプラグインです。 シンプルで簡単に操作できます。
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Text Clarifier MEIRYO |
ID | eeeecllpanecjflfadcogipbfmblcalg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/text-clarifier-meiryo/eeeecllpanecjflfadcogipbfmblcalg |
คำอธิบาย | 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… |
ขนาดไฟล์ | 26.76 KB |
จำนวนการติดตั้ง | 46 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2017-08-30 |
วันที่เผยแพร่ | 2017-08-30 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | ltg_lambda |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } } |