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 là gì?
Readable Twitter là một tiện ích mở rộng Chrome được phát triển bởi rajbot, và tính năng chính của nó là "Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Readable Twitter
Tải xuống các tệp mở rộng Readable Twitter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
- 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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lckhhllpfhfhkoclilbgcoinfkgbledh |
URL Chính Thức | https://chrome.google.com/webstore/detail/readable-twitter/lckhhllpfhfhkoclilbgcoinfkgbledh |
Mô tả | Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left. |
Kích Thước Tệp | 37.02 KB |
Số Lần Cài Đặt | 10 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2014-07-11 |
Ngày Phát Hành | 2014-07-11 |
Đánh Giá | 2.80/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | rajbot |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |