TypeTab

I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab.

Что такое TypeTab?

TypeTab - это расширение Chrome, разработанное Max Schultz, и его основная функция - "I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab.".

Снимки экрана расширения

screenshot
screenshot
screenshot

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

Скачайте файлы расширений TypeTab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Only fonts with more than one type style are considered, thanks to @mattwiebe's excellent Better Google Fonts.

Big thanks to the Google Web Fonts Team and contributing type designers!                    

Основная информация о расширении

Название TypeTab TypeTab
ID giapplkalkkgdamjfbdheocincffbeka
Официальный URL https://chromewebstore.google.com/detail/typetab/giapplkalkkgdamjfbdheocincffbeka
Описание I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab.
Размер файла 47.97 KB
Количество установок 32
Текущая Версия 1.3
Последнее Обновление 2013-10-13
Дата публикации 2013-10-13
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Max Schultz
Тип оплаты free
Официальный сайт расширения https://github.com/MaxSchultz/TypeTab/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TypeTab",
    "author": "https:\/\/github.com\/MaxSchultz",
    "manifest_version": 2,
    "version": "1.3",
    "icons": {
        "128": "icon_128.png"
    },
    "description": "I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab.",
    "content_security_policy": "script-src 'self' https:\/\/*.googleapis.com; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}