Georgify

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

Vad är Georgify?

Georgify är en Chrome-tillägg utvecklad av Tuhin Kumar, och dess huvudfunktion är "Alternate CSS for Hacker News with a focus on typography and readability.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Georgify-förlängningens CRX-fil

Ladda ner Georgify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Georgify Georgify
ID ofjfdfaleomlfanfehgblppafkijjhmi
Officiell webbadress https://chromewebstore.google.com/detail/georgify/ofjfdfaleomlfanfehgblppafkijjhmi
Beskrivning Alternate CSS for Hacker News with a focus on typography and readability.
Filstorlek 13.98 KB
Antal Installationer 808
Aktuell Version 1.2.1
Senast Uppdaterad 2013-10-20
Publiceringsdatum 2013-10-20
Betyg 4.36/5 Totalt 75 Betyg
Utvecklare Tuhin Kumar
Betalningssätt free
Tilläggswebbplats http://tuhin.co
Hjälpsida URL http://twitter.com/tuhin
Stödda Språk 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"
            ]
        }
    ]
}