Gotham Ext

Changes the Twitter Font back to Gotham

Что такое Gotham Ext?

Gotham Ext - это расширение Chrome, разработанное JoahG, и его основная функция - "Changes the Twitter Font back to Gotham".

Скачать файл CRX расширения Gotham Ext

Скачайте файлы расширений 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\/*"
            ]
        }
    ]
}