Optimize Legibility
Inserts CSS to optimize page text.
Optimize Legibilityคืออะไร?
Optimize Legibility เป็นส่วนขยายของ Chrome ที่พัฒนาโดย John Michel และคุณลักษณะหลักของมันคือ "Inserts CSS to optimize page text."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Optimize Legibility
ดาวน์โหลดไฟล์ส่วนขยาย Optimize Legibility ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension automatically turns on text-rendering: optimizeLegibility; for any pages visited. For more examples of how this will enhance your browsing experience, please visit: http://www.aestheticallyloyal.com/public/optimize-legibility/ If you are having issues with how this makes text look once installed, please visit this link and star it so that the Chromium authors know that users want it fixed up: http://code.google.com/p/chromium/issues/detail?id=53249
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Optimize Legibility |
ID | deglagpfendnbepmjmfmghphlcdlogdl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/optimize-legibility/deglagpfendnbepmjmfmghphlcdlogdl |
คำอธิบาย | Inserts CSS to optimize page text. |
ขนาดไฟล์ | 6.84 KB |
จำนวนการติดตั้ง | 332 |
เวอร์ชันปัจจุบัน | 2.0.0 |
อัปเดตครั้งล่าสุด | 2012-10-19 |
วันที่เผยแพร่ | 2012-10-19 |
คะแนน | 3.67/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | John Michel |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://github.com/johnmichel/Optimize-Legibility-for-Chrome |
URL หน้าช่วยเหลือ | http://github.com/johnmichel/Optimize-Legibility-for-Chrome/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Optimize Legibility", "version": "2.0.0", "manifest_version": 2, "description": "Inserts CSS to optimize page text.", "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "optimize_legibility.css" ], "run_at": "document_end" } ] } |