Georgify
Alternate CSS for Hacker News with a focus on typography and readability.
What is Georgify?
Georgify is a Chrome extension developed by Tuhin Kumar, and its main feature is "Alternate CSS for Hacker News with a focus on typography and readability.".
Extension Screenshots
Download Georgify Extension CRX File
Download Georgify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Georgify |
ID | ofjfdfaleomlfanfehgblppafkijjhmi |
Official URL | https://chromewebstore.google.com/detail/georgify/ofjfdfaleomlfanfehgblppafkijjhmi |
Description | Alternate CSS for Hacker News with a focus on typography and readability. |
File Size | 13.98 KB |
Installation Count | 808 |
Current Version | 1.2.1 |
Last Updated | 2013-10-20 |
Publish Date | 2013-10-20 |
Rating | 4.36/5 Total 75 Ratings |
Developer | Tuhin Kumar |
Payment Type | free |
Extension Website | http://tuhin.co |
Help Page URL | http://twitter.com/tuhin |
Supported Languages | 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" ] } ] } |