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ファイルをダウンロード

Skipper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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