Readable Twitter

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

Wat is Readable Twitter?

Readable Twitter is een Chrome-extensie ontwikkeld door rajbot, en de belangrijkste functie is "Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Readable Twitter

Download Readable Twitter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Readable Twitter Readable Twitter
ID lckhhllpfhfhkoclilbgcoinfkgbledh
Officiële URL https://chrome.google.com/webstore/detail/readable-twitter/lckhhllpfhfhkoclilbgcoinfkgbledh
Beschrijving Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.
Bestandsgrootte 37.02 KB
Aantal Installaties 10
Huidige Versie 1.5
Laatst Bijgewerkt 2014-07-11
Publicatiedatum 2014-07-11
Beoordeling 2.80/5 Totaal 5 Beoordelingen
Ontwikkelaar rajbot
Betalingswijze free
Ondersteunde Talen 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"
    }
}