Gotham Ext

Changes the Twitter Font back to Gotham

O que é Gotham Ext?

Gotham Ext é uma extensão do Chrome desenvolvida por JoahG, e sua principal característica é "Changes the Twitter Font back to Gotham".

Baixar o arquivo CRX da Extensão Gotham Ext

Baixe arquivos de extensão Gotham Ext 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

                        Pretty simple. Changes the Twitter font back from the too cliche Helvetica Neue to the cool Gotham Font.

Cool batman icon by Rodrigo Cardoso (https://dribbble.com/shots/1251085-Batman-Icon)                    

Informações Básicas da Extensão

Nome Gotham Ext Gotham Ext
ID mekefckelhngafbhiplomhijedekgohg
URL Oficial https://chrome.google.com/webstore/detail/gotham-ext/mekefckelhngafbhiplomhijedekgohg
Descrição Changes the Twitter Font back to Gotham
Tamanho do Arquivo 20.77 KB
Contagem de Instalações 20
Versão Atual 0.1
Última Atualização 2014-09-03
Data de Publicação 2014-09-03
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor JoahG
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gotham Ext",
    "description": "Changes the Twitter Font back to Gotham",
    "version": "0.1",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "*:\/\/*.twitter.com\/*"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "magic.js"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ]
        }
    ]
}