By: manuthiepa
Inspect and view changes in BitBucket Comment Catalog source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "BitBucket Comment Catalog",
"version": "1.4",
"description": "Adds buttons to BitBucket pull requests to post predefined comments.",
"browser_specific_settings": {
"gecko": {
"id": "bitbucket-comment-catalog@proalpha.com",
"strict_min_version": "109.0"
}
},
"icons": {
"16": "res/img/icon_16.png",
"48": "res/img/icon_48.png",
"128": "res/img/icon_128.png"
},
"permissions": [
"storage"
],
"options_ui": {
"page": "src/options.html",
"open_in_tab": true
},
"content_scripts": [
{
"matches": [
"*://*/*/repos/*/pull-requests/*",
"*://bitbucket.org/*/*/pull-requests/*"
],
"js": [
"src/script/content.js"
]
}
]
} Best BitBucket Comment Catalog Alternatives
Here are some Firefox add-ons that are similar to BitBucket Comment Catalog:
Bitbucket With Wings
Luke Denton
Pullbucket
Pedro Miranda
Insights Lab
Espresso Labs
Refined Bitbucket
Ronald Rey
BitBucket Better PR Commit Message
reywood
Bitbucket reviewer inserter
Woodi
Bitbucket Merge Text Modifier
SimuNews
ceph github helper
tspmelo
Code Review Tags
Guillermo Céspedes Tabárez
Git Pull Request Templates
Tylerc
Bitbucket Cloud Custom Default Reviewers
JWallet