提供元: Alex Canana Add-on
Inspect and view changes in Conventional Comments source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Conventional Comments",
"version": "1.0.0",
"description": "Autocomplete picker for Conventional Comments labels and decorations in GitHub and GitLab MR/PR comment boxes.",
"permissions": [
"storage",
"scripting",
"activeTab"
],
"optional_host_permissions": [
"https://*/*"
],
"host_permissions": [
"https://github.com/*",
"https://gitlab.com/*"
],
"options_page": "options.html",
"action": {
"default_popup": "popup.html",
"default_title": "Conventional Comments",
"default_icon": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
}
},
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "lifeistoodeep.dev@gmail.com",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"none"
],
"optional": [],
"has_previous_consent": false
}
}
}
} ベストのConventional Comments代替案
Conventional Commentsに類似したFirefox add-onをいくつか紹介します:
Conventional comments button
kapsiR
Conventional Comments (GitHub) - by Pullpo
Pullpo.io
Conventional Keys
Antoine
GitLab conventional comments button
Yoric
Conventional: comments
David Fournier
github-conventional-comments
Vinny Diehl
Magenta Conventional Comments
564bff00ff
Code Review Tags
Guillermo Céspedes Tabárez
Synaos conventional comments
Frozen_byte
Review Format Kit (RFK)
codedpills
phab-conventional-comments
nchevobbe
GitHub PR Copilot Comments Enhancer
JavaScript room