Georgify

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

¿Qué es Georgify?

Georgify es una extensión de Chrome desarrollada por Tuhin Kumar, y su función principal es "Alternate CSS for Hacker News with a focus on typography and readability.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Georgify

Descarga archivos de extensión Georgify en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Georgify Georgify
ID ofjfdfaleomlfanfehgblppafkijjhmi
URL Oficial https://chromewebstore.google.com/detail/georgify/ofjfdfaleomlfanfehgblppafkijjhmi
Descripción Alternate CSS for Hacker News with a focus on typography and readability.
Tamaño del Archivo 13.98 KB
Cantidad de Instalaciones 808
Versión Actual 1.2.1
Última Actualización 2013-10-20
Fecha de Publicación 2013-10-20
Calificación 4.36/5 Total de 75 Calificaciones
Desarrollador Tuhin Kumar
Tipo de Pago free
Sitio Web de la Extensión http://tuhin.co
URL de la Página de Ayuda http://twitter.com/tuhin
Idiomas Soportados 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"
            ]
        }
    ]
}