Georgify

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

Wat is Georgify?

Georgify is een Chrome-extensie ontwikkeld door Tuhin Kumar, en de belangrijkste functie is "Alternate CSS for Hacker News with a focus on typography and readability.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Georgify

Download Georgify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Georgify Georgify
ID ofjfdfaleomlfanfehgblppafkijjhmi
Officiële URL https://chromewebstore.google.com/detail/georgify/ofjfdfaleomlfanfehgblppafkijjhmi
Beschrijving Alternate CSS for Hacker News with a focus on typography and readability.
Bestandsgrootte 13.98 KB
Aantal Installaties 808
Huidige Versie 1.2.1
Laatst Bijgewerkt 2013-10-20
Publicatiedatum 2013-10-20
Beoordeling 4.36/5 Totaal 75 Beoordelingen
Ontwikkelaar Tuhin Kumar
Betalingswijze free
Extensiewebsite http://tuhin.co
Help Pagina-URL http://twitter.com/tuhin
Ondersteunde Talen 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"
            ]
        }
    ]
}