Gitlab MR summary

Gitlab MR summary

Hvad er Gitlab MR summary?

Gitlab MR summary er en Chrome-udvidelse udviklet af David, og dens hovedfunktion er "Gitlab MR summary".

Udvidelsesskærmbilleder

screenshot

Download Gitlab MR summary-udvidelses-CRX-fil

Download Gitlab MR summary-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Gitlab MR summary Gitlab MR summary
ID gekiikmjljplpkcmheahicdcbblkafki
Officiel URL https://chromewebstore.google.com/detail/gitlab-mr-summary/gekiikmjljplpkcmheahicdcbblkafki
Beskrivelse Gitlab MR summary
Filstørrelse 122 KB
Antal Installationer 29
Nuværende Version 2.5.6
Senest Opdateret 2020-12-15
Udgivelsesdato 2020-06-12
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler David
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/Dazix/Gitlab-MR-summary
Hjælpeside-URL https://github.com/Dazix/Gitlab-MR-summary/issues
Understøttede Sprog 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"
    ]
}