Gotham Ext

Changes the Twitter Font back to Gotham

Qu'est-ce que Gotham Ext ?

Gotham Ext est une extension Chrome développée par JoahG, et sa fonction principale est "Changes the Twitter Font back to Gotham".

Télécharger le fichier CRX de l'extension Gotham Ext

Téléchargez les fichiers d'extension Gotham Ext au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom Gotham Ext Gotham Ext
ID mekefckelhngafbhiplomhijedekgohg
URL Officiel https://chrome.google.com/webstore/detail/gotham-ext/mekefckelhngafbhiplomhijedekgohg
Description Changes the Twitter Font back to Gotham
Taille du Fichier 20.77 KB
Nombre d'Installations 20
Version Actuelle 0.1
Dernière Mise à Jour 2014-09-03
Date de Publication 2014-09-03
Évaluation 5.00/5 Total 3 Évaluations
Développeur JoahG
Type de Paiement free
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}