By: Pullpo.io
Inspect and view changes in Conventional Comments (GitHub) - by Pullpo source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Conventional Comments (GitHub) - by Pullpo",
"version": "0.2.6",
"description": "Helps format code review comments on GitHub using the Conventional Comments standard.",
"action": {
"default_popup": "popups/default.html",
"default_icon": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"permissions": [
"storage"
],
"host_permissions": [
"https://api.pullpo.io/*",
"*://github.com/*",
"*://gitlab.com/*"
],
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"content_scripts": [
{
"matches": [
"*://github.com/*",
"*://gitlab.com/*"
],
"exclude_matches": [
"*://github.com/login*"
],
"js": [
"content.js"
],
"css": [
"style.css"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"popups/*",
"assets/*"
],
"matches": [
"https://github.com/*",
"https://gitlab.com/*"
]
}
],
"background": {
"scripts": [
"background.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "conventional-comments-addon@pullpo.io"
}
}
} Best Conventional Comments (GitHub) - by Pullpo Alternatives
Here are some Firefox add-ons that are similar to Conventional Comments (GitHub) - by Pullpo:
Conventional comments button
kapsiR
Conventional: comments
David Fournier
github-conventional-comments
Vinny Diehl
Code Review Tags
Guillermo Céspedes Tabárez
Review Format Kit (RFK)
codedpills
Conventional Keys
Antoine
GitLab conventional comments button
Yoric
Magenta Conventional Comments
564bff00ff
Github Better Comments
Sharad Raj Singh Maurya
Toggle GitHub Details
GeiserX
GitHub Comment Suggest
cakecatz