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 to jest Readable Twitter?

Readable Twitter to rozszerzenie Chrome opracowane przez rajbot, a jego główną funkcją jest „Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Readable Twitter

Pobierz pliki rozszerzeń Readable Twitter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Readable Twitter Readable Twitter
ID lckhhllpfhfhkoclilbgcoinfkgbledh
Oficjalny URL https://chrome.google.com/webstore/detail/readable-twitter/lckhhllpfhfhkoclilbgcoinfkgbledh
Opis Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.
Rozmiar pliku 37.02 KB
Liczba instalacji 10
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2014-07-11
Data Publikacji 2014-07-11
Ocena 2.80/5 Łącznie 5 Oceny
Deweloper rajbot
Typ Płatności free
Obsługiwane Języki 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"
    }
}