twitter Beautify
Smarter Way To Handle Twitter:Smart Layout, Lesser Scrolling & Adaptive View
O que é twitter Beautify?
twitter Beautify é uma extensão do Chrome desenvolvida por Mayur Kataria, e sua principal característica é "Smarter Way To Handle Twitter:Smart Layout, Lesser Scrolling & Adaptive View".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão twitter Beautify
Baixe arquivos de extensão twitter Beautify no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | ocolllomoeioklpbmfgmppglpajdemhl |
URL Oficial | https://chrome.google.com/webstore/detail/twitter-beautify/ocolllomoeioklpbmfgmppglpajdemhl |
Descrição | Smarter Way To Handle Twitter:Smart Layout, Lesser Scrolling & Adaptive View |
Tamanho do Arquivo | 192 KB |
Contagem de Instalações | 47 |
Versão Atual | 1.3 |
Última Atualização | 2013-11-30 |
Data de Publicação | 2013-11-30 |
Classificação | 3.50/5 Total de 4 Avaliações |
Desenvolvedor | Mayur Kataria |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |