Georgify

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

Co to jest Georgify?

Georgify to rozszerzenie Chrome opracowane przez Tuhin Kumar, a jego główną funkcją jest „Alternate CSS for Hacker News with a focus on typography and readability.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Georgify

Pobierz pliki rozszerzeń Georgify w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Georgify Georgify
ID ofjfdfaleomlfanfehgblppafkijjhmi
Oficjalny URL https://chromewebstore.google.com/detail/georgify/ofjfdfaleomlfanfehgblppafkijjhmi
Opis Alternate CSS for Hacker News with a focus on typography and readability.
Rozmiar pliku 13.98 KB
Liczba instalacji 808
Aktualna Wersja 1.2.1
Ostatnia Aktualizacja 2013-10-20
Data Publikacji 2013-10-20
Ocena 4.36/5 Łącznie 75 Oceny
Deweloper Tuhin Kumar
Typ Płatności free
Strona Rozszerzenia http://tuhin.co
Adres URL Strony Pomocy http://twitter.com/tuhin
Obsługiwane Języki 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"
            ]
        }
    ]
}