Gotham Ext

Changes the Twitter Font back to Gotham

什么是Gotham Ext?

Gotham Ext是由JoahG开发的Chrome扩展程序,该扩展的主要功能是“Changes the Twitter Font back to Gotham”。

下载Gotham Ext扩展crx文件

下载Gotham Ext扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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)                    

扩展基本信息

名称 Gotham Ext Gotham Ext
ID mekefckelhngafbhiplomhijedekgohg
官方URL https://chrome.google.com/webstore/detail/gotham-ext/mekefckelhngafbhiplomhijedekgohg
简介 Changes the Twitter Font back to Gotham
文件大小 20.77 KB
安装次数 20
当前版本 0.1
更新时间 2014-09-03
上架时间 2014-09-03
评分 5.00/5 共3次评分
开发者 JoahG
付费类型 free
支持的语言 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\/*"
            ]
        }
    ]
}