Gotham Ext

Changes the Twitter Font back to Gotham

Hvad er Gotham Ext?

Gotham Ext er en Chrome-udvidelse udviklet af JoahG, og dens hovedfunktion er "Changes the Twitter Font back to Gotham".

Download Gotham Ext-udvidelses-CRX-fil

Download Gotham Ext-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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)                    

Grundlæggende oplysninger om udvidelsen

Navn Gotham Ext Gotham Ext
ID mekefckelhngafbhiplomhijedekgohg
Officiel URL https://chrome.google.com/webstore/detail/gotham-ext/mekefckelhngafbhiplomhijedekgohg
Beskrivelse Changes the Twitter Font back to Gotham
Filstørrelse 20.77 KB
Antal Installationer 20
Nuværende Version 0.1
Senest Opdateret 2014-09-03
Udgivelsesdato 2014-09-03
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler JoahG
Betalingsmetode free
Understøttede Sprog 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\/*"
            ]
        }
    ]
}