Gitlab unresolved threads

Chrome extension to show unresolved threads on merge request list.

Co to jest Gitlab unresolved threads?

Gitlab unresolved threads to rozszerzenie Chrome opracowane przez krystofee, a jego główną funkcją jest „Chrome extension to show unresolved threads on merge request list.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Gitlab unresolved threads

Pobierz pliki rozszerzeń Gitlab unresolved threads w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Chrome extension to show unresolved threads on merge request list.                    

Podstawowe informacje o rozszerzeniu

Nazwa Gitlab unresolved threads Gitlab unresolved threads
ID dhmmedpdnmhmdehopnihlpiapdgakkld
Oficjalny URL https://chromewebstore.google.com/detail/gitlab-unresolved-threads/dhmmedpdnmhmdehopnihlpiapdgakkld
Opis Chrome extension to show unresolved threads on merge request list.
Rozmiar pliku 88.71 KB
Liczba instalacji 200
Aktualna Wersja 0.5.2
Ostatnia Aktualizacja 2020-07-07
Data Publikacji 2020-06-22
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper krystofee
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/Krystofee/gitlab-unresolved-threads
Obsługiwane Języki 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\/*"
    ]
}