Readable Twitter

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

Apa itu Readable Twitter?

Readable Twitter adalah ekstensi Chrome yang dikembangkan oleh rajbot, dan fitur utamanya adalah "Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Readable Twitter

Unduh file ekstensi Readable Twitter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Readable Twitter Readable Twitter
ID lckhhllpfhfhkoclilbgcoinfkgbledh
URL Resmi https://chrome.google.com/webstore/detail/readable-twitter/lckhhllpfhfhkoclilbgcoinfkgbledh
Deskripsi Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.
Ukuran File 37.02 KB
Jumlah Instalasi 10
Versi Saat Ini 1.5
Terakhir Diperbarui 2014-07-11
Tanggal Publikasi 2014-07-11
Penilaian 2.80/5 Total 5 Penilaian
Pengembang rajbot
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}