Boxcutter

Better package manifests on Github

Boxcutter란 무엇입니까?

Boxcutter은(는) Mike North에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Better package manifests on Github"입니다.

확장 프로그램 스크린샷

screenshot

Boxcutter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Boxcutter enhances package manifests on github. 

* Click on package names to jump to their repositories

Support for the following package managers (more coming soon):

* NPM (JavaScript)
* Bower (JavaScript)
* Gem (Ruby)
* Hex (Elixir)                    

확장 프로그램 기본 정보

이름 Boxcutter Boxcutter
ID knapnimomamjogbajmmoefhopnebjbff
공식 URL https://chromewebstore.google.com/detail/boxcutter/knapnimomamjogbajmmoefhopnebjbff
설명 Better package manifests on Github
파일 크기 44.97 KB
설치 횟수 198
현재 버전 9
최근 업데이트 2018-05-04
출시 날짜 2018-05-04
평점 5.00/5 총 1 개의 평점
개발자 Mike North
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/mike-north/chrome-github-boxcutter
도움말 페이지 URL https://twitter.com/michaellnorth
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Boxcutter",
    "description": "Better package manifests on Github",
    "version": "9",
    "manifest_version": 2,
    "permissions": [
        "https:\/\/registry.npmjs.org\/*",
        "https:\/\/rubygems.org\/*",
        "https:\/\/hex.pm\/*",
        "https:\/\/bower.herokuapp.com\/*",
        "https:\/\/packagist.org\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}