Readability for Google Plus™
Makes comment text clear in Google+'s new design
What is Readability for Google Plus™?
Readability for Google Plus™ is a Chrome extension developed by Tzafrir Rehan, and its main feature is "Makes comment text clear in Google+'s new design".
Extension Screenshots
Download Readability for Google Plus™ Extension CRX File
Download Readability for Google Plus™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | kndkppheelokdboefcboglgbnihnpgnd |
Official URL | https://chrome.google.com/webstore/detail/readability-for-google-pl/kndkppheelokdboefcboglgbnihnpgnd |
Description | Makes comment text clear in Google+'s new design |
File Size | 4.92 KB |
Installation Count | 1,868 |
Current Version | 1.3 |
Last Updated | 2012-09-12 |
Publish Date | 2012-09-12 |
Rating | 4.70/5 Total 20 Ratings |
Developer | Tzafrir Rehan |
Payment Type | free |
Supported Languages | 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 } |