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 |
官方網址 | 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" } } |