Gitlab unresolved threads

Chrome extension to show unresolved threads on merge request list.

Gitlab unresolved threads là gì?

Gitlab unresolved threads là một tiện ích mở rộng Chrome được phát triển bởi krystofee, và tính năng chính của nó là "Chrome extension to show unresolved threads on merge request list.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gitlab unresolved threads

Tải xuống các tệp mở rộng Gitlab unresolved threads dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Chrome extension to show unresolved threads on merge request list.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gitlab unresolved threads Gitlab unresolved threads
ID dhmmedpdnmhmdehopnihlpiapdgakkld
URL Chính Thức https://chromewebstore.google.com/detail/gitlab-unresolved-threads/dhmmedpdnmhmdehopnihlpiapdgakkld
Mô tả Chrome extension to show unresolved threads on merge request list.
Kích Thước Tệp 88.71 KB
Số Lần Cài Đặt 200
Phiên Bản Hiện Tại 0.5.2
Cập Nhật Lần Cuối 2020-07-07
Ngày Phát Hành 2020-06-22
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển krystofee
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Krystofee/gitlab-unresolved-threads
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}