Readable Twitter

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

Vad är Readable Twitter?

Readable Twitter är en Chrome-tillägg utvecklad av rajbot, och dess huvudfunktion är "Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.".

Tilläggsskärmbilder

screenshot

Ladda ner Readable Twitter-förlängningens CRX-fil

Ladda ner Readable Twitter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        - 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äggande Information om Tillägg

Namn Readable Twitter Readable Twitter
ID lckhhllpfhfhkoclilbgcoinfkgbledh
Officiell webbadress https://chrome.google.com/webstore/detail/readable-twitter/lckhhllpfhfhkoclilbgcoinfkgbledh
Beskrivning Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.
Filstorlek 37.02 KB
Antal Installationer 10
Aktuell Version 1.5
Senast Uppdaterad 2014-07-11
Publiceringsdatum 2014-07-11
Betyg 2.80/5 Totalt 5 Betyg
Utvecklare rajbot
Betalningssätt free
Stödda Språk 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"
    }
}