Gitlab MR summary

Gitlab MR summary

Gitlab MR summary là gì?

Gitlab MR summary là một tiện ích mở rộng Chrome được phát triển bởi David, và tính năng chính của nó là "Gitlab MR summary".

Ả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 MR summary

Tải xuống các tệp mở rộng Gitlab MR summary 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

                        Extension that adds merge request summary functionality to Gitlab. Extension download information about all user-related merge requests via the Gitlab API.
Can be used on both gitlab.com and your own Gitlab instance.                    

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

Tên Gitlab MR summary Gitlab MR summary
ID gekiikmjljplpkcmheahicdcbblkafki
URL Chính Thức https://chromewebstore.google.com/detail/gitlab-mr-summary/gekiikmjljplpkcmheahicdcbblkafki
Mô tả Gitlab MR summary
Kích Thước Tệp 122 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 2.5.6
Cập Nhật Lần Cuối 2020-12-15
Ngày Phát Hành 2020-06-12
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển David
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Dazix/Gitlab-MR-summary
URL Trang Trợ Giúp https://github.com/Dazix/Gitlab-MR-summary/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gitlab MR summary",
    "version": "2.5.6",
    "description": "Gitlab MR summary",
    "author": "David \u0160anda ",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "permissions": [
        "storage",
        "tabs",
        "webNavigation",
        "webRequest",
        "identity",
        "contextMenus"
    ],
    "optional_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        "font\/source-sans-variable.woff2",
        "gitlab-mr-summary.css"
    ]
}