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"
    }
}