Readable Twitter
Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.
什么是Readable Twitter?
Readable Twitter是由rajbot开发的Chrome扩展程序,该扩展的主要功能是“Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.”。
扩展截图
下载Readable Twitter扩展crx文件
下载Readable Twitter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
- 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.
扩展基本信息
名称 | |
ID | lckhhllpfhfhkoclilbgcoinfkgbledh |
官方URL | https://chrome.google.com/webstore/detail/readable-twitter/lckhhllpfhfhkoclilbgcoinfkgbledh |
简介 | Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left. |
文件大小 | 37.02 KB |
安装次数 | 10 |
当前版本 | 1.5 |
更新时间 | 2014-07-11 |
上架时间 | 2014-07-11 |
评分 | 2.80/5 共5次评分 |
开发者 | rajbot |
付费类型 | free |
支持的语言 | 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" } } |