By: Antoine
Inspect and view changes in Conventional Keys source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Conventional Keys",
"version": "0.1.4",
"description": "Keyboard-triggered autocomplete for conventional PR comments on GitHub.",
"permissions": [
"activeTab",
"scripting"
],
"host_permissions": [
"*://github.com/*",
"*://*.github.com/*"
],
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"content_scripts": [
{
"matches": [
"*://github.com/*",
"*://*.github.com/*"
],
"exclude_matches": [
"*://github.com/login*"
],
"js": [
"content.js"
],
"css": [
"style.css"
],
"run_at": "document_idle"
}
],
"browser_specific_settings": {
"gecko": {
"id": "conventional-keys@neveux.me"
}
}
} Best Conventional Keys Alternatives
Here are some Firefox add-ons that are similar to Conventional Keys:
Conventional Comments (GitHub) - by Pullpo
Pullpo.io
Conventional comments button
kapsiR
github-conventional-comments
Vinny Diehl
Conventional: comments
David Fournier
GitLab conventional comments button
Yoric
Review Format Kit (RFK)
codedpills
Magenta Conventional Comments
564bff00ff
Conventional Commit
Zen
GitKraken Browser Extension
GitKraken
Devops PR Assistant
gallbut-sh
Code Review Tags
Guillermo Céspedes Tabárez
phab-conventional-comments
nchevobbe