Readable Twitter

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

Readable Twitterとは何ですか?

Readable Twitterはrajbotによって開発されたChromeの拡張機能で、その主な機能は「Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.」です。

拡張機能のスクリーンショット

screenshot

Readable Twitter拡張機能のCRXファイルをダウンロード

Readable Twitter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Readable Twitter Readable Twitter
ID lckhhllpfhfhkoclilbgcoinfkgbledh
公式URL https://chrome.google.com/webstore/detail/readable-twitter/lckhhllpfhfhkoclilbgcoinfkgbledh
説明 Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.
ファイルサイズ 37.02 KB
インストール数 10
現在のバージョン 1.5
最終更新日 2014-07-11
公開日 2014-07-11
評価 2.80/5 合計 5 レビュー
開発者 rajbot
支払い方法 free
対応言語 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"
    }
}