Gitlab MR summary

Gitlab MR summary

Was ist Gitlab MR summary?

Gitlab MR summary ist eine Chrome-Erweiterung, die von David entwickelt wurde, und ihr Hauptmerkmal ist "Gitlab MR summary".

Erweiterungsscreenshots

screenshot

Gitlab MR summary-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gitlab MR summary-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Gitlab MR summary Gitlab MR summary
ID gekiikmjljplpkcmheahicdcbblkafki
Offizielle URL https://chromewebstore.google.com/detail/gitlab-mr-summary/gekiikmjljplpkcmheahicdcbblkafki
Beschreibung Gitlab MR summary
Dateigröße 122 KB
Installationsanzahl 29
Aktuelle Version 2.5.6
Letztes Update 2020-12-15
Veröffentlichungsdatum 2020-06-12
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler David
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/Dazix/Gitlab-MR-summary
Hilfeseite URL https://github.com/Dazix/Gitlab-MR-summary/issues
Unterstützte Sprachen 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"
    ]
}