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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}