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
官方網址 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"
    }
}