Gotham Ext
Changes the Twitter Font back to Gotham
What is Gotham Ext?
Gotham Ext is a Chrome extension developed by JoahG, and its main feature is "Changes the Twitter Font back to Gotham".
Download Gotham Ext Extension CRX File
Download Gotham Ext extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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)
Extension Basic Information
Name | |
ID | mekefckelhngafbhiplomhijedekgohg |
Official URL | https://chrome.google.com/webstore/detail/gotham-ext/mekefckelhngafbhiplomhijedekgohg |
Description | Changes the Twitter Font back to Gotham |
File Size | 20.77 KB |
Installation Count | 20 |
Current Version | 0.1 |
Last Updated | 2014-09-03 |
Publish Date | 2014-09-03 |
Rating | 5.00/5 Total 3 Ratings |
Developer | JoahG |
Payment Type | free |
Supported Languages | 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\/*" ] } ] } |