By: Potato London
Inspect and view changes in GitLab Details Sidebar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "GitLab Details Sidebar",
"description": "Adding a details view to the sidebar of GitLab boards",
"version": "0.6.0",
"manifest_version": 2,
"icons": {
"16": "icon@16.png",
"32": "icon@32.png",
"48": "icon@48.png"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https://gitlab.com/*"
],
"run_at": "document_idle",
"all_frames": false,
"js": [
"board-enhancement.js"
],
"css": [
"board-enhancement.css"
]
}
],
"permissions": [
"https://gitlab.com/*",
"contextMenus",
"activeTab",
"webRequest",
"webRequestBlocking"
],
"optional_permissions": [
"http://*/*",
"https://*/*"
],
"browser_action": {
"default_popup": "popup.html"
},
"browser_specific_settings": {
"gecko": {
"id": "{4df68d77-cf6d-4ac4-829d-9ff46fedd628}"
}
}
} Best GitLab Details Sidebar Alternatives
Here are some Firefox add-ons that are similar to GitLab Details Sidebar:
GitLab adjunct
Florent Tassy
GitLab Dashboard
Firefox user 13314732
Gitlab Board Helper
Samuel
Gitlab Enhancement Suite by Demodesk
GitLab Enhancement Suite
GLab Enhancer
Puyt
UX Enhancer for GitLab
Puyt
GitLab - Tree view
Github Tree View
GitHub Sidebar
Paul
Gitlab Issue Template
Caio César Gallo
Gitlab Buddy
Omar Sarhan
GitLab Merge Requests lists enhancer
Maxime "Epoc" G.