Gitlab MR summary

Gitlab MR summary

Wat is Gitlab MR summary?

Gitlab MR summary is een Chrome-extensie ontwikkeld door David, en de belangrijkste functie is "Gitlab MR summary".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Gitlab MR summary

Download Gitlab MR summary-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Gitlab MR summary Gitlab MR summary
ID gekiikmjljplpkcmheahicdcbblkafki
Officiële URL https://chromewebstore.google.com/detail/gitlab-mr-summary/gekiikmjljplpkcmheahicdcbblkafki
Beschrijving Gitlab MR summary
Bestandsgrootte 122 KB
Aantal Installaties 29
Huidige Versie 2.5.6
Laatst Bijgewerkt 2020-12-15
Publicatiedatum 2020-06-12
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar David
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Dazix/Gitlab-MR-summary
Help Pagina-URL https://github.com/Dazix/Gitlab-MR-summary/issues
Ondersteunde Talen 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"
    ]
}