Readable Twitter

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

Was ist Readable Twitter?

Readable Twitter ist eine Chrome-Erweiterung, die von rajbot entwickelt wurde, und ihr Hauptmerkmal ist "Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.".

Erweiterungsscreenshots

screenshot

Readable Twitter-Erweiterungs-CRX-Datei herunterladen

Laden Sie Readable Twitter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Readable Twitter Readable Twitter
ID lckhhllpfhfhkoclilbgcoinfkgbledh
Offizielle URL https://chrome.google.com/webstore/detail/readable-twitter/lckhhllpfhfhkoclilbgcoinfkgbledh
Beschreibung Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.
Dateigröße 37.02 KB
Installationsanzahl 10
Aktuelle Version 1.5
Letztes Update 2014-07-11
Veröffentlichungsdatum 2014-07-11
Bewertung 2.80/5 Insgesamt 5 Bewertungen
Entwickler rajbot
Zahlungsart free
Unterstützte Sprachen 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"
    }
}