HackerNotes Plugin

Open HackerNotes page of a Github Repository.

What is HackerNotes Plugin?

HackerNotes Plugin is a Chrome extension developed by abhishek77in, and its main feature is "Open HackerNotes page of a Github Repository.".

Extension Screenshots

screenshot

Download HackerNotes Plugin Extension CRX File

Download HackerNotes Plugin 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

                        Plugin is supposed to open HackerNotes page for public Github repository on which the user is present.
Since it works in unobtrusive manner it won't be present all the time.                    

Extension Basic Information

Name HackerNotes Plugin HackerNotes Plugin
ID acphikopigkpfbkonnacihkhcefdeagg
Official URL https://chromewebstore.google.com/detail/hackernotes-plugin/acphikopigkpfbkonnacihkhcefdeagg
Description Open HackerNotes page of a Github Repository.
File Size 17.62 KB
Installation Count 95
Current Version 1.1
Last Updated 2015-11-23
Publish Date 2015-11-23
Rating 5.00/5 Total 3 Ratings
Developer abhishek77in
Payment Type free
Extension Website http://www.hackernotes.org/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HackerNotes Plugin",
    "version": "1.1",
    "description": "Open HackerNotes page of a Github Repository.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon-16.jpg",
        "default_title": "HackerNotes"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "48": "icon-48.jpg",
        "128": "icon-128.jpg"
    },
    "manifest_version": 2
}