Github Package.json Enhancer

Enhance Package.json on Github by linking up modules to NPM

What is Github Package.json Enhancer?

Github Package.json Enhancer is a Chrome extension developed by mikaelb, and its main feature is "Enhance Package.json on Github by linking up modules to NPM".

Extension Screenshots

screenshot

Download Github Package.json Enhancer Extension CRX File

Download Github Package.json Enhancer 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

                        Enhance Package.json on Github by linking up modules to NPM.

Adds links to NPM page for all packages listed as dependencies and devDependencies and package name in package.json files on the Github page. Allows you to easily navigate to dependencies and see documentation from the Github page.                    

Extension Basic Information

Name Github Package.json Enhancer Github Package.json Enhancer
ID jlochnaakbagkffoegmapgeenhhgljic
Official URL https://chromewebstore.google.com/detail/github-packagejson-enhanc/jlochnaakbagkffoegmapgeenhhgljic
Description Enhance Package.json on Github by linking up modules to NPM
File Size 18.89 KB
Installation Count 245
Current Version 7
Last Updated 2015-04-16
Publish Date 2015-04-15
Developer mikaelb
Payment Type free
Extension Website https://github.com/mikaelbr/chrome-github-packages
Help Page URL https://github.com/mikaelbr/chrome-github-packages/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github Package.json Enhancer",
    "description": "Enhance Package.json on Github by linking up modules to NPM",
    "version": "7",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}