By: Yoric
Inspect and view changes in GitLab conventional comments button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "__MSG_extensionName__",
"version": "0.0.4",
"manifest_version": 3,
"description": "__MSG_extensionDescription__",
"homepage_url": "https://conventionalcomments.org/",
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"default_locale": "en",
"browser_specific_settings": {
"gecko": {
"id": "conventional-comments-button@gitlab.com",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"permissions": [
"activeTab"
],
"host_permissions": [
"https://gitlab.com/*"
],
"content_scripts": [
{
"matches": [
"https://gitlab.com/*"
],
"js": [
"src/inject/inject.js"
],
"css": [
"src/inject/inject.css"
],
"run_at": "document_idle"
}
]
} Best GitLab conventional comments button Alternatives
Here are some Firefox add-ons that are similar to GitLab conventional comments button:
Conventional comments button
kapsiR
Magenta Conventional Comments
564bff00ff
Conventional: comments
David Fournier
github-conventional-comments
Vinny Diehl
Conventional Comments (GitHub) - by Pullpo
Pullpo.io
Conventional Keys
Antoine
Code Review Tags
Guillermo Céspedes Tabárez
phabricator-comments
Anørak
phab-conventional-comments
nchevobbe
Codecode Review for GitLab
Jevgenij Zhukov
git.organized
chezluc
ceph github helper
tspmelo