Georgify

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

Qu'est-ce que Georgify ?

Georgify est une extension Chrome développée par Tuhin Kumar, et sa fonction principale est "Alternate CSS for Hacker News with a focus on typography and readability.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Georgify

Téléchargez les fichiers d'extension Georgify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Georgify Georgify
ID ofjfdfaleomlfanfehgblppafkijjhmi
URL Officiel https://chromewebstore.google.com/detail/georgify/ofjfdfaleomlfanfehgblppafkijjhmi
Description Alternate CSS for Hacker News with a focus on typography and readability.
Taille du Fichier 13.98 KB
Nombre d'Installations 808
Version Actuelle 1.2.1
Dernière Mise à Jour 2013-10-20
Date de Publication 2013-10-20
Évaluation 4.36/5 Total 75 Évaluations
Développeur Tuhin Kumar
Type de Paiement free
Site Web de l'Extension http://tuhin.co
URL de la Page d'Aide http://twitter.com/tuhin
Langues Prises en Charge 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"
            ]
        }
    ]
}