HN Beautify

This extension makes HN more readable and pleasant.

What is HN Beautify?

HN Beautify is a Chrome extension developed by guilherme.lam, and its main feature is "This extension makes HN more readable and pleasant.".

Extension Screenshots

screenshot

Download HN Beautify Extension CRX File

Download HN Beautify 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

                        A chrome extension that applies a stylesheet to Hacker News' frontpage and, in my opinion, makes reading it easier and more pleasant.                    

Extension Basic Information

Name HN Beautify HN Beautify
ID nhgmoodfakokkkkkibmdaklneefimlag
Official URL https://chromewebstore.google.com/detail/hn-beautify/nhgmoodfakokkkkkibmdaklneefimlag
Description This extension makes HN more readable and pleasant.
File Size 5.59 KB
Installation Count 160
Current Version 1.0.1
Last Updated 2014-08-08
Publish Date 2014-08-08
Rating 4.67/5 Total 6 Ratings
Developer guilherme.lam
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HN Beautify",
    "description": "This extension makes HN more readable and pleasant.",
    "version": "1.0.1",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/news.ycombinator.com\/",
                "*:\/\/news.ycombinator.com\/new*",
                "*:\/\/news.ycombinator.com\/show",
                "*:\/\/news.ycombinator.com\/ask"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}