twitter Beautify

Smarter Way To Handle Twitter:Smart Layout, Lesser Scrolling & Adaptive View

twitter Beautifyとは何ですか?

twitter BeautifyはMayur Katariaによって開発されたChromeの拡張機能で、その主な機能は「Smarter Way To Handle Twitter:Smart Layout, Lesser Scrolling & Adaptive View」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Getting bored of the old classical layout?

Tired of scrolling? 

Looking for more efficient way to handle Twitter.com ?

Try this extension...

If you are using Big monitor then you might have noticed that tweets are coming in center of the screen, the other part of your screen is totally Empty.

So, I tried to modify the look & put it as cards for more efficient handling Like Google now, Pinterest etc...

Request:If UI looks broken, reload the page.

Disclaimer:This extension does not change any privacy setting or collect any data from your browser.This extension does only CSS changes using JS.


Happy Tweeting ... 


Tell your Friends if you like it.Tell me if you don't.                    

拡張機能の基本情報

名前 twitter Beautify twitter Beautify
ID ocolllomoeioklpbmfgmppglpajdemhl
公式URL https://chrome.google.com/webstore/detail/twitter-beautify/ocolllomoeioklpbmfgmppglpajdemhl
説明 Smarter Way To Handle Twitter:Smart Layout, Lesser Scrolling & Adaptive View
ファイルサイズ 192 KB
インストール数 47
現在のバージョン 1.3
最終更新日 2013-11-30
公開日 2013-11-30
評価 3.50/5 合計 4 レビュー
開発者 Mayur Kataria
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "twitter Beautify",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Smarter Way To Handle Twitter:Smart Layout, Lesser Scrolling & Adaptive View",
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "http:\/\/twitter.com\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ]
}