Skipper

Skip through verbose, single-branch directory structures in GitHub.

Skipper란 무엇입니까?

Skipper은(는) Carlos Diaz-Padron에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Skip through verbose, single-branch directory structures in GitHub."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This is a very simple extension that adds a small "skip" link to directories on GitHub which contain a verbose, single-branch directory structure, such as the one Java uses.

It works with any version of GitHub (including GitHub:FI) and is entirely non-invasive.

Source is available on GitHub: https://github.com/carlosdp/skipper .                    

확장 프로그램 기본 정보

이름 Skipper Skipper
ID nfmomefhbogooebpmdhpgpnnbpjlgnje
공식 URL https://chromewebstore.google.com/detail/skipper/nfmomefhbogooebpmdhpgpnnbpjlgnje
설명 Skip through verbose, single-branch directory structures in GitHub.
파일 크기 40.6 KB
설치 횟수 12
현재 버전 1.0.2
최근 업데이트 2013-06-25
출시 날짜 2013-06-25
개발자 Carlos Diaz-Padron
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Skipper",
    "version": "1.0.2",
    "description": "Skip through verbose, single-branch directory structures in GitHub.",
    "icons": {
        "16": "skipper16.png",
        "64": "skipper64.png",
        "128": "skipper128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "skipper.js"
            ],
            "css": [
                "skipper.css"
            ]
        }
    ]
}