Github Package.json Enhancer

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

什么是Github Package.json Enhancer?

Github Package.json Enhancer是由mikaelb开发的Chrome扩展程序,该扩展的主要功能是“Enhance Package.json on Github by linking up modules to NPM”。

扩展截图

screenshot

下载Github Package.json Enhancer扩展crx文件

下载Github Package.json Enhancer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Github Package.json Enhancer Github Package.json Enhancer
ID jlochnaakbagkffoegmapgeenhhgljic
官方URL https://chromewebstore.google.com/detail/github-packagejson-enhanc/jlochnaakbagkffoegmapgeenhhgljic
简介 Enhance Package.json on Github by linking up modules to NPM
文件大小 18.89 KB
安装次数 245
当前版本 7
更新时间 2015-04-16
上架时间 2015-04-15
开发者 mikaelb
付费类型 free
扩展官网 https://github.com/mikaelbr/chrome-github-packages
帮助页面URL https://github.com/mikaelbr/chrome-github-packages/issues
支持的语言 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"
    }
}