Readable Twitter

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

Co je Readable Twitter?

Readable Twitter je rozšíření Chrome vyvinuté rajbot, a jeho hlavní funkcí je „Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Readable Twitter

Stáhněte si soubory rozšíření Readable Twitter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Readable Twitter Readable Twitter
ID lckhhllpfhfhkoclilbgcoinfkgbledh
Oficiální URL https://chrome.google.com/webstore/detail/readable-twitter/lckhhllpfhfhkoclilbgcoinfkgbledh
Popis Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.
Velikost souboru 37.02 KB
Počet instalací 10
Aktuální Verze 1.5
Poslední Aktualizace 2014-07-11
Datum Vydání 2014-07-11
Hodnocení 2.80/5 Celkem 5 Hodnocení
Vývojář rajbot
Typ Platby free
Podporované Jazyky 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"
    }
}