Readable Twitter

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

Hvad er Readable Twitter?

Readable Twitter er en Chrome-udvidelse udviklet af rajbot, og dens hovedfunktion er "Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.".

Udvidelsesskærmbilleder

screenshot

Download Readable Twitter-udvidelses-CRX-fil

Download Readable Twitter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Readable Twitter Readable Twitter
ID lckhhllpfhfhkoclilbgcoinfkgbledh
Officiel URL https://chrome.google.com/webstore/detail/readable-twitter/lckhhllpfhfhkoclilbgcoinfkgbledh
Beskrivelse Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.
Filstørrelse 37.02 KB
Antal Installationer 10
Nuværende Version 1.5
Senest Opdateret 2014-07-11
Udgivelsesdato 2014-07-11
Bedømmelse 2.80/5 Samlet 5 Bedømmelser
Udvikler rajbot
Betalingsmetode free
Understøttede Sprog 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"
    }
}