Gotham Ext

Changes the Twitter Font back to Gotham

Wat is Gotham Ext?

Gotham Ext is een Chrome-extensie ontwikkeld door JoahG, en de belangrijkste functie is "Changes the Twitter Font back to Gotham".

Download het CRX-bestand van de extensie Gotham Ext

Download Gotham Ext-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam Gotham Ext Gotham Ext
ID mekefckelhngafbhiplomhijedekgohg
Officiële URL https://chrome.google.com/webstore/detail/gotham-ext/mekefckelhngafbhiplomhijedekgohg
Beschrijving Changes the Twitter Font back to Gotham
Bestandsgrootte 20.77 KB
Aantal Installaties 20
Huidige Versie 0.1
Laatst Bijgewerkt 2014-09-03
Publicatiedatum 2014-09-03
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar JoahG
Betalingswijze free
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}