Readable Twitter

Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.

O que é Readable Twitter?

Readable Twitter é uma extensão do Chrome desenvolvida por rajbot, e sua principal característica é "Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Readable Twitter

Baixe arquivos de extensão Readable Twitter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        - 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.                    

Informações Básicas da Extensão

Nome Readable Twitter Readable Twitter
ID lckhhllpfhfhkoclilbgcoinfkgbledh
URL Oficial https://chrome.google.com/webstore/detail/readable-twitter/lckhhllpfhfhkoclilbgcoinfkgbledh
Descrição Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.
Tamanho do Arquivo 37.02 KB
Contagem de Instalações 10
Versão Atual 1.5
Última Atualização 2014-07-11
Data de Publicação 2014-07-11
Classificação 2.80/5 Total de 5 Avaliações
Desenvolvedor rajbot
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}