Readable Twitter

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

Cos'è Readable Twitter?

Readable Twitter è un'estensione di Chrome sviluppata da rajbot, e la sua funzione principale è "Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Readable Twitter

Scarica i file di estensione Readable Twitter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Readable Twitter Readable Twitter
ID lckhhllpfhfhkoclilbgcoinfkgbledh
URL Ufficiale https://chrome.google.com/webstore/detail/readable-twitter/lckhhllpfhfhkoclilbgcoinfkgbledh
Descrizione Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.
Dimensione del File 37.02 KB
Conteggio Installazioni 10
Versione Corrente 1.5
Ultimo Aggiornamento 2014-07-11
Data di Pubblicazione 2014-07-11
Valutazione 2.80/5 Totale 5 Valutazioni
Sviluppatore rajbot
Tipo di Pagamento free
Lingue Supportate 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"
    }
}