Gitlab MR summary

Gitlab MR summary

什麼是Gitlab MR summary?

Gitlab MR summary是由David開發的Chrome擴展程式,該擴展的主要功能是“Gitlab MR summary”。

擴展截圖

screenshot

下載Gitlab MR summary擴展crx文件

下載Gitlab MR summary擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Gitlab MR summary Gitlab MR summary
ID gekiikmjljplpkcmheahicdcbblkafki
官方網址 https://chromewebstore.google.com/detail/gitlab-mr-summary/gekiikmjljplpkcmheahicdcbblkafki
簡介 Gitlab MR summary
檔案大小 122 KB
安裝次數 29
目前版本 2.5.6
更新時間 2020-12-15
上架時間 2020-06-12
評分 5.00/5 共 2 次評分
開發者 David
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/Dazix/Gitlab-MR-summary
說明頁面URL https://github.com/Dazix/Gitlab-MR-summary/issues
支援的語言 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"
    ]
}