By: Zakhar Morozov
Inspect and view changes in Gitlab MR Helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"description": "Add more information to the gitlab merge request list",
"manifest_version": 3,
"name": "Gitlab Helper",
"version": "1.1",
"icons": {
"128": "icons/icon-128.png"
},
"permissions": [
"webRequest",
"tabs",
"storage"
],
"content_scripts": [
{
"matches": [
"*://*/*/-/merge_requests*",
"*://*/dashboard/merge_requests*"
],
"js": [
"utils/components.js",
"utils/components/toolbar.js",
"utils/components/statistics.js",
"utils/components/timeline.js",
"utils/helpers.js",
"utils/html.js",
"utils/selectors.js",
"utils/api.js",
"content_scripts/main.js"
]
}
],
"action": {
"default_icon": "icons/icon-128.png",
"theme_icons": [
{
"light": "icons/icon-128.png",
"dark": "icons/icon-128.png",
"size": 128
}
],
"default_title": "Gitlab Helper",
"default_popup": "popup/popup.html"
},
"browser_specific_settings": {
"gecko": {
"id": "plans.spoken_0p@icloud.com",
"strict_min_version": "101.0"
}
}
} Best Gitlab MR Helper Alternatives
Here are some Firefox add-ons that are similar to Gitlab MR Helper:
Gitlab MR summary
David
Lab Partner
Omar Sarhan
Gitlab Review Helper
Alabate
Codecode Review for GitLab
Jevgenij Zhukov
Show MR overview in Gitlab
everyonesdesign
GitLab Enhancement Suite
Charalampos Kardaris
GitLab Merge Requests lists enhancer
Maxime "Epoc" G.
Gitlab merge requests utils
Vitaliy Pavliyk
Gitlab Buddy
Omar Sarhan
GitLab - Enhancement Suite
AndyRN
Fancy merge request
Madmarx
GitLab Notifications Button
Abhay V Ashokan