Full Width Twitter

Change twitter layout to full-width and bold in links

O que é Full Width Twitter?

Full Width Twitter é uma extensão do Chrome desenvolvida por https://www.twisted.cz, e sua principal característica é "Change twitter layout to full-width and bold in links".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Full Width Twitter

Baixe arquivos de extensão Full Width 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

                        Change twitter layout to full-width and bold in links
===
no ads, no logins, just profit :)



CHANGELOG
==========
0.5 - twitter changes
0-4 - afect just home screen
0.3 - change styles on other screens
0.2 - bold-in links
0.1 - first prototype                    

Informações Básicas da Extensão

Nome Full Width Twitter Full Width Twitter
ID lmocojeaajhekebcnifbejlggachgmim
URL Oficial https://chromewebstore.google.com/detail/full-width-twitter/lmocojeaajhekebcnifbejlggachgmim
Descrição Change twitter layout to full-width and bold in links
Tamanho do Arquivo 46.64 KB
Contagem de Instalações 125
Versão Atual 0.5
Última Atualização 2013-06-24
Data de Publicação 2013-06-24
Classificação 4.40/5 Total de 10 Avaliações
Desenvolvedor https://www.twisted.cz
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Full Width Twitter",
    "version": "0.5",
    "manifest_version": 2,
    "description": "Change twitter layout to full-width and bold in links",
    "background": {
        "scripts": [
            "myjs.js"
        ]
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "page_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Full width Twitter"
    },
    "offline_enabled": true,
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "mystyle.css"
            ]
        }
    ]
}