Readable Twitter
Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.
What is Readable Twitter?
Readable Twitter is a Chrome extension developed by rajbot, and its main feature is "Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.".
Extension Screenshots
Download Readable Twitter Extension CRX File
Download Readable Twitter 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
- adds a button to temporarily hide retweets. - tones down colors and removes background images. - swaps the content and the sidebar, so you can make the window narrower and still see tweets.
Extension Basic Information
Name | |
ID | lckhhllpfhfhkoclilbgcoinfkgbledh |
Official URL | https://chrome.google.com/webstore/detail/readable-twitter/lckhhllpfhfhkoclilbgcoinfkgbledh |
Description | Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left. |
File Size | 37.02 KB |
Installation Count | 10 |
Current Version | 1.5 |
Last Updated | 2014-07-11 |
Publish Date | 2014-07-11 |
Rating | 2.80/5 Total 5 Ratings |
Developer | rajbot |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Readable Twitter", "description": "Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.", "version": "1.5", "content_scripts": [ { "matches": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "css": [ "readable_twitter.css" ], "js": [ "jquery-2.1.1.min.js", "readable_twitter.js" ] } ], "icons": { "128": "read.png" } } |