Fix Twitter
Swaps right and left columns over so tweets are on the left /by @andydavies
O que é Fix Twitter?
Fix Twitter é uma extensão do Chrome desenvolvida por Andy Davies, e sua principal característica é "Swaps right and left columns over so tweets are on the left /by @andydavies".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Fix Twitter
Baixe arquivos de extensão Fix Twitter 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
Swaps the left and right columns in Twitter so tweets appear in the lefthand column 2012-09-30 - Corrected header alignment on new profile page 2012-09-14 - Updated to fix issue with profile pages
Informações Básicas da Extensão
Nome | |
ID | lbjeicfjnfmkfdhhlggjpggpbeackiid |
URL Oficial | https://chrome.google.com/webstore/detail/fix-twitter/lbjeicfjnfmkfdhhlggjpggpbeackiid |
Descrição | Swaps right and left columns over so tweets are on the left /by @andydavies |
Tamanho do Arquivo | 4.39 KB |
Contagem de Instalações | 94 |
Versão Atual | 0.32 |
Última Atualização | 2012-09-30 |
Data de Publicação | 2012-09-30 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | Andy Davies |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://twitter.com/andydavies |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fix Twitter", "version": "0.32", "description": "Swaps right and left columns over so tweets are on the left \/by @andydavies", "icons": { "128": "fixtwitter.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "fixtwitter.css" ] } ] } |