提供元: Jevgenij Zhukov
Inspect and view changes in Codecode Review for GitLab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Codecode Review for GitLab",
"description": "Adds more features to GitLab code reviews",
"version": "2026.4.18.0",
"manifest_version": 2,
"background": {
"page": "background.html"
},
"content_scripts": [
{
"matches": [
"https://*/*"
],
"js": [
"content_script.js"
],
"css": [
"content_style.css"
]
}
],
"web_accessible_resources": [
"resources/web/img/*"
],
"icons": {
"48": "icons/icon48.png",
"96": "icons/icon96.png"
},
"options_ui": {
"page": "options.html"
},
"browser_action": {
"default_icon": {
"16": "icons/icon16.png",
"32": "icons/icon32.png"
},
"default_popup": "popup.html"
},
"browser_specific_settings": {
"gecko": {
"id": "gitlab_extension@jevgenij.eu"
}
},
"permissions": [
"storage",
"alarms",
"notifications",
"https://jevgenij.eu/*",
"https://www.google-analytics.com/*"
]
} ベストのCodecode Review for GitLab代替案
Codecode Review for GitLabに類似したFirefox add-onをいくつか紹介します:
Gitlab Review Helper
Alabate
GitLab - Tree view
Github Tree View
Gitlab Notifications
Kahler Tak
Gitlab MR Helper
Zakhar Morozov
GitLab - Enhancement Suite
AndyRN
Gitlab Enhancement Suite by Demodesk
GitLab Enhancement Suite
Lab Partner
Omar Sarhan
Conventional comments button
kapsiR
Gitlab Buddy
Omar Sarhan
GitLab Enhancement Suite
Charalampos Kardaris
GitLab Notifications Button
Abhay V Ashokan
Gitlab merge requests utils
Vitaliy Pavliyk