Readability for Google Plus™
Makes comment text clear in Google+'s new design
Readability for Google Plus™คืออะไร?
Readability for Google Plus™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tzafrir Rehan และคุณลักษณะหลักของมันคือ "Makes comment text clear in Google+'s new design"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Readability for Google Plus™
ดาวน์โหลดไฟล์ส่วนขยาย Readability for Google Plus™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Somebody in Google decided that grey text over a grey background is something users are able to read. I disagree. This extension will make comments' text black and clear.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kndkppheelokdboefcboglgbnihnpgnd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/readability-for-google-pl/kndkppheelokdboefcboglgbnihnpgnd |
คำอธิบาย | Makes comment text clear in Google+'s new design |
ขนาดไฟล์ | 4.92 KB |
จำนวนการติดตั้ง | 1,868 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2012-09-12 |
วันที่เผยแพร่ | 2012-09-12 |
คะแนน | 4.70/5 รวมทั้งหมด 20 คะแนน |
ผู้พัฒนา | Tzafrir Rehan |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Readability for Google Plus\u2122", "description": "Makes comment text clear in Google+'s new design", "version": "1.3", "icons": { "128": "icon128.png" }, "content_scripts": [ { "all_frames": true, "js": [ "readability.js" ], "matches": [ "https:\/\/plus.google.com\/*" ], "run_at": "document_start" } ], "permissions": [ "https:\/\/plus.google.com\/*" ], "manifest_version": 2 } |