Gitlab MR summary

Gitlab MR summary

What is Gitlab MR summary?

Gitlab MR summary is a Chrome extension developed by David, and its main feature is "Gitlab MR summary".

Extension Screenshots

screenshot

Download Gitlab MR summary Extension CRX File

Download Gitlab MR summary 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

                        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.                    

Extension Basic Information

Name Gitlab MR summary Gitlab MR summary
ID gekiikmjljplpkcmheahicdcbblkafki
Official URL https://chromewebstore.google.com/detail/gitlab-mr-summary/gekiikmjljplpkcmheahicdcbblkafki
Description Gitlab MR summary
File Size 122 KB
Installation Count 29
Current Version 2.5.6
Last Updated 2020-12-15
Publish Date 2020-06-12
Rating 5.00/5 Total 2 Ratings
Developer David
Email [email protected]
Payment Type free
Extension Website https://github.com/Dazix/Gitlab-MR-summary
Help Page URL https://github.com/Dazix/Gitlab-MR-summary/issues
Supported Languages 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"
    ]
}