Gitlab Whitespaces remover

Removes whitespaces in individual lines in a Gitlab merge requests

Gitlab Whitespaces removerとは何ですか?

Gitlab Whitespaces removerはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Removes whitespaces in individual lines in a Gitlab merge requests」です。

拡張機能のスクリーンショット

screenshot

Gitlab Whitespaces remover拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Removes whitespaces in words in a merge request. Works only in Side By Side mode.
Source code - github.com/abhinavsingi/gitlab-remove-whitespaces

Click on the icon after a merge request is loaded in Changes tab                    

拡張機能の基本情報

名前 Gitlab Whitespaces remover Gitlab Whitespaces remover
ID aecfmhagamhgoojkjhjhjfbblgpdeojj
公式URL https://chromewebstore.google.com/detail/gitlab-whitespaces-remove/aecfmhagamhgoojkjhjhjfbblgpdeojj
説明 Removes whitespaces in individual lines in a Gitlab merge requests
ファイルサイズ 125 KB
インストール数 18
現在のバージョン 0.0.1
最終更新日 2017-12-22
公開日 2017-12-22
評価 5.00/5 合計 1 レビュー
開発者 Unknown
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gitlab Whitespaces remover",
    "version": "0.0.1",
    "description": "Removes whitespaces in individual lines in a Gitlab merge requests",
    "browser_action": {
        "icon": "icon.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}