Share Hacker News on Facebook

Adds a link to each article and comment on Hacker News to let you share on Facebook

What is Share Hacker News on Facebook?

Share Hacker News on Facebook is a Chrome extension developed by https://leknarflabs.com, and its main feature is "Adds a link to each article and comment on Hacker News to let you share on Facebook".

Extension Screenshots

screenshot

Download Share Hacker News on Facebook Extension CRX File

Download Share Hacker News on Facebook 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

                        Adds a Facebook sharing link to the right of each comment permalink.

More from http://leknarflabs.com                    

Extension Basic Information

Name Share Hacker News on Facebook Share Hacker News on Facebook
ID hgiheeblinonmojjgcgeecfcmnjeojhi
Official URL https://chromewebstore.google.com/detail/share-hacker-news-on-face/hgiheeblinonmojjgcgeecfcmnjeojhi
Description Adds a link to each article and comment on Hacker News to let you share on Facebook
File Size 129 KB
Installation Count 46
Current Version 1.0.0.2
Last Updated 2013-08-14
Publish Date 2013-08-13
Rating 4.32/5 Total 19 Ratings
Developer https://leknarflabs.com
Payment Type free
Extension Website http://leknarflabs.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Share Hacker News on Facebook",
    "description": "Adds a link to each article and comment on Hacker News to let you share on Facebook",
    "version": "1.0.0.2",
    "permissions": [
        "https:\/\/news.ycombinator.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/news.ycombinator.com\/*"
            ],
            "js": [
                "hnsc.js",
                "jquery-1.9.1.min.js"
            ]
        }
    ]
}