Gitlab unresolved threads

Chrome extension to show unresolved threads on merge request list.

What is Gitlab unresolved threads?

Gitlab unresolved threads is a Chrome extension developed by krystofee, and its main feature is "Chrome extension to show unresolved threads on merge request list.".

Extension Screenshots

screenshot

Download Gitlab unresolved threads Extension CRX File

Download Gitlab unresolved threads 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

                        Chrome extension to show unresolved threads on merge request list.                    

Extension Basic Information

Name Gitlab unresolved threads Gitlab unresolved threads
ID dhmmedpdnmhmdehopnihlpiapdgakkld
Official URL https://chromewebstore.google.com/detail/gitlab-unresolved-threads/dhmmedpdnmhmdehopnihlpiapdgakkld
Description Chrome extension to show unresolved threads on merge request list.
File Size 88.71 KB
Installation Count 200
Current Version 0.5.2
Last Updated 2020-07-07
Publish Date 2020-06-22
Rating 5.00/5 Total 5 Ratings
Developer krystofee
Email [email protected]
Payment Type free
Extension Website https://github.com/Krystofee/gitlab-unresolved-threads
Supported Languages 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\/*"
    ]
}