Readable Twitter
Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.
¿Qué es Readable Twitter?
Readable Twitter es una extensión de Chrome desarrollada por rajbot, y su función principal es "Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Readable Twitter
Descarga archivos de extensión Readable Twitter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
- 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.
Información Básica de la Extensión
Nombre | |
ID | lckhhllpfhfhkoclilbgcoinfkgbledh |
URL Oficial | https://chrome.google.com/webstore/detail/readable-twitter/lckhhllpfhfhkoclilbgcoinfkgbledh |
Descripción | Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left. |
Tamaño del Archivo | 37.02 KB |
Cantidad de Instalaciones | 10 |
Versión Actual | 1.5 |
Última Actualización | 2014-07-11 |
Fecha de Publicación | 2014-07-11 |
Calificación | 2.80/5 Total de 5 Calificaciones |
Desarrollador | rajbot |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |