Gitlab unresolved threads

Chrome extension to show unresolved threads on merge request list.

Gitlab unresolved threadsとは何ですか?

Gitlab unresolved threadsはkrystofeeによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension to show unresolved threads on merge request list.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Chrome extension to show unresolved threads on merge request list.                    

拡張機能の基本情報

名前 Gitlab unresolved threads Gitlab unresolved threads
ID dhmmedpdnmhmdehopnihlpiapdgakkld
公式URL https://chromewebstore.google.com/detail/gitlab-unresolved-threads/dhmmedpdnmhmdehopnihlpiapdgakkld
説明 Chrome extension to show unresolved threads on merge request list.
ファイルサイズ 88.71 KB
インストール数 200
現在のバージョン 0.5.2
最終更新日 2020-07-07
公開日 2020-06-22
評価 5.00/5 合計 5 レビュー
開発者 krystofee
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Krystofee/gitlab-unresolved-threads
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gitlab unresolved threads",
    "version": "0.5.2",
    "manifest_version": 2,
    "description": "Chrome extension to show unresolved threads on merge request list.",
    "homepage_url": "https:\/\/github.com\/Krystofee\/gitlab-unresolved-threads",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "enhance-merge-requests.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/gitlab.com\/*"
    ]
}