twitter Beautify

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

Vad är twitter Beautify?

twitter Beautify är en Chrome-tillägg utvecklad av Mayur Kataria, och dess huvudfunktion är "Smarter Way To Handle Twitter:Smart Layout, Lesser Scrolling & Adaptive View".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner twitter Beautify-förlängningens CRX-fil

Ladda ner twitter Beautify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn twitter Beautify twitter Beautify
ID ocolllomoeioklpbmfgmppglpajdemhl
Officiell webbadress https://chrome.google.com/webstore/detail/twitter-beautify/ocolllomoeioklpbmfgmppglpajdemhl
Beskrivning Smarter Way To Handle Twitter:Smart Layout, Lesser Scrolling & Adaptive View
Filstorlek 192 KB
Antal Installationer 47
Aktuell Version 1.3
Senast Uppdaterad 2013-11-30
Publiceringsdatum 2013-11-30
Betyg 3.50/5 Totalt 4 Betyg
Utvecklare Mayur Kataria
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}