GitLab Helper

Improve GitLab UX

What is GitLab Helper?

GitLab Helper is a Chrome extension developed by https://nyangryy.hatenablog.com, and its main feature is "Improve GitLab UX".

Download GitLab Helper Extension CRX File

Download GitLab Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        GitLabのイケてないところをちょっとよくするChrome拡張

https://github.com/nyangry/gitlab-helper


## GitLab ver 8.1
- ワンクリックで +1 できる
- LGTM画像のランダム取得
- 絵文字パレットの追加
- デフォルトでoutdentされたコメントブロックの強調表示
- 自動投稿される追加コミットログをコメント一覧から隠す
- アンカー付きリンクに遷移した際、正しい offset を再取得した上でアンカー箇所にスクロールするように
- 自身が作成したMerge Requestの一覧へ遷移するためのリンクをサイドバーに追加                    

Extension Basic Information

Name GitLab Helper GitLab Helper
ID llipkopkbbinmcoaecgnboheihnbpdkn
Official URL https://chromewebstore.google.com/detail/gitlab-helper/llipkopkbbinmcoaecgnboheihnbpdkn
Description Improve GitLab UX
File Size 35.87 KB
Installation Count 15
Current Version 0.5.6
Last Updated 2015-12-07
Publish Date 2015-12-07
Developer https://nyangryy.hatenablog.com
Email [email protected]
Payment Type free
Extension Website https://github.com/nyangry/gitlab-helper
Help Page URL https://github.com/nyangry/gitlab-helper
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.5.6",
    "manifest_version": 2,
    "name": "GitLab Helper",
    "description": "Improve GitLab UX",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/app.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "bower_components\/jquery\/dist\/jquery.min.map"
    ]
}