Gotham Ext

Changes the Twitter Font back to Gotham

Cos'è Gotham Ext?

Gotham Ext è un'estensione di Chrome sviluppata da JoahG, e la sua funzione principale è "Changes the Twitter Font back to Gotham".

Scarica il file CRX dell'estensione Gotham Ext

Scarica i file di estensione Gotham Ext in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome Gotham Ext Gotham Ext
ID mekefckelhngafbhiplomhijedekgohg
URL Ufficiale https://chrome.google.com/webstore/detail/gotham-ext/mekefckelhngafbhiplomhijedekgohg
Descrizione Changes the Twitter Font back to Gotham
Dimensione del File 20.77 KB
Conteggio Installazioni 20
Versione Corrente 0.1
Ultimo Aggiornamento 2014-09-03
Data di Pubblicazione 2014-09-03
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore JoahG
Tipo di Pagamento free
Lingue Supportate 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\/*"
            ]
        }
    ]
}