By: chezluc
Inspect and view changes in git.organized source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Git Organized",
"version": "1.0.1",
"description": "GitLab task organization helper with API integration",
"browser_specific_settings": {
"gecko": {
"id": "git-organized@yourdomain.com",
"strict_min_version": "109.0"
}
},
"permissions": [
"storage",
"activeTab",
"tabs"
],
"host_permissions": [
"*://gitlab.com/*"
],
"background": {
"scripts": [
"browser-polyfill.js"
],
"type": "module"
},
"content_scripts": [
{
"matches": [
"*://gitlab.com/*",
"https://gitlab.com/*"
],
"exclude_matches": [
"*://gitlab.com/dashboard/todos",
"https://gitlab.com/dashboard/todos"
],
"css": [
"styles/main.css",
"styles/issue-page.css",
"styles/participants-dialog.css"
],
"js": [
"browser-polyfill.js",
"constants/constants.js",
"services/gitlabApi.js",
"services/getAssigneeApi.js",
"functions/log.js",
"functions/delay.js",
"functions/waitForFunction.js",
"functions/ensureFunction.js",
"functions/simulateClick.js",
"functions/createElementFromHTML.js",
"functions/waitForElement.js",
"functions/getOtherParticipant.js",
"functions/commentAndAssignBack.js",
"functions/addProjectMemberAvatars.js",
"functions/addCloseIssueButton.js",
"functions/addSidebarCommentForm.js",
"functions/addMainCommentButtons.js",
"functions/toggleHiddenCss.js",
"functions/injectDesignerView.js",
"functions/initializeDesignerViewToggle.js",
"functions/updatePriorityLabels.js",
"functions/removeLabel.js",
"functions/closeLabelsDropdown.js",
"functions/toggleHiddenLabelsVisibility.js",
"functions/handlePriorityButtonClick.js",
"functions/createPriorityButton.js",
"functions/setupLabelRemovalObserver.js",
"functions/setupHiddenLabelsKeyListener.js",
"functions/setupParticipantsObserver.js",
"functions/handleParticipantsChange.js",
"functions/displayParticipantsBlock.js",
"functions/injectPrioritySection.js",
"functions/addUnassignAvatar.js",
"functions/addAvatarClickListeners.js",
"functions/increaseAvatarSize.js",
"functions/injectAssignToMarianaButton.js",
"functions/handleFutureLabel.js",
"modules/topbar.js",
"content-script.js",
"functions/injectSettingsDialog.js"
],
"run_at": "document_end"
},
{
"matches": [
"*://gitlab.com/dashboard/todos",
"https://gitlab.com/dashboard/todos"
],
"js": [
"constants/constants.js",
"functions/log.js",
"functions/waitForElement.js",
"functions/toggleHiddenCss.js",
"functions/injectDesignerView.js",
"functions/createElementFromHTML.js",
"functions/ensureFunction.js",
"functions/startGeoLoadingAnimation.js",
"functions/stopGeoLoadingAnimation.js",
"services/todosApi.js",
"modules/topbar.js",
"functions/createStatusBar.js",
"todos.js"
],
"run_at": "document_end"
}
],
"action": {
"default_title": "Git Organized Settings",
"default_popup": "popup.html"
},
"web_accessible_resources": [
{
"resources": [
"settings.html",
"settings.js"
],
"matches": [
"<all_urls>"
]
}
]
} Best git.organized Alternatives
Here are some Firefox add-ons that are similar to git.organized:
Gitlab Enhancement Suite by Demodesk
GitLab Enhancement Suite
GitLab Issue Creator
Fathan
GitLab Merge Requests lists enhancer
Maxime "Epoc" G.
Refined GitLab
Kipras Melnikovas
GLab Enhancer
Puyt
UX Enhancer for GitLab
Puyt
GitLab - Enhancement Suite
AndyRN
GitLab Notify
Corentin Mors
Fancy merge request
Madmarx
GitLab conventional comments button
Yoric
Gitlab Buddy
Omar Sarhan