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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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