Georgify

Alternate CSS for Hacker News with a focus on typography and readability.

Что такое Georgify?

Georgify - это расширение Chrome, разработанное Tuhin Kumar, и его основная функция - "Alternate CSS for Hacker News with a focus on typography and readability.".

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

screenshot
screenshot
screenshot

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

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

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

                        Alternate CSS for Hacker News with a focus on typography and readability. Uses Georgia as the font and some typographic sugar to improve legibility.

Update _v1.2.1:
Works over Https and secure connection for Hacker News. Updated for Manifest v2 which makes it searchable in chrome store. 

Update _v1.2:
Works over Https and secure connection for Hacker News


Update _v1:
Less whitespace, Comment points and Source flushed to left

Feedback: @tuhin on Twitter                    

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

Название Georgify Georgify
ID ofjfdfaleomlfanfehgblppafkijjhmi
Официальный URL https://chromewebstore.google.com/detail/georgify/ofjfdfaleomlfanfehgblppafkijjhmi
Описание Alternate CSS for Hacker News with a focus on typography and readability.
Размер файла 13.98 KB
Количество установок 808
Текущая Версия 1.2.1
Последнее Обновление 2013-10-20
Дата публикации 2013-10-20
Рейтинг 4.36/5 Всего 75 оценок
Разработчик Tuhin Kumar
Тип оплаты free
Официальный сайт расширения http://tuhin.co
URL страницы помощи http://twitter.com/tuhin
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Georgify",
    "version": "1.2.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Alternate CSS for Hacker News with a focus on typography and readability.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/news.ycombinator.com\/*",
                "http:\/\/news.ycombinator.net\/*",
                "http:\/\/hackerne.ws\/*",
                "http:\/\/news.ycombinator.org\/*",
                "https:\/\/news.ycombinator.com\/*",
                "https:\/\/news.ycombinator.net\/*",
                "https:\/\/hackerne.ws\/*",
                "https:\/\/news.ycombinator.org\/*"
            ],
            "css": [
                "user.css"
            ]
        }
    ]
}