Por: JavaScript room Add-on
Inspect and view changes in GitHub PR Copilot Comments Enhancer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "GH PR Copilot Comments Enhancer",
"description": "Add one-click IDE actions to GitHub pull request Copilot comments that open VS Code or Cursor with a prepared prompt",
"version": "0.0.4",
"short_name": "gh-pr-cc-enh",
"icons": {
"16": "icon/16.png",
"32": "icon/32.png",
"48": "icon/48.png",
"96": "icon/96.png",
"128": "icon/128.png"
},
"permissions": [
"storage"
],
"browser_specific_settings": {
"gecko": {
"data_collection_permissions": {
"required": [
"none"
]
},
"id": "{efbdce3b-9283-475f-a52a-f46fdea359f5}"
}
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_title": "GitHub PR Copilot Comments Enhancer",
"default_popup": "popup.html"
},
"options_ui": {
"open_in_tab": false,
"page": "options.html"
},
"content_scripts": [
{
"matches": [
"https://github.com/*/*/pull/*"
],
"js": [
"content-scripts/content.js"
]
}
]
} Melhores alternativas GitHub PR Copilot Comments Enhancer
Aqui estão algumas Firefox add-ons que são similares a GitHub PR Copilot Comments Enhancer:
GithubCopylot
Infraviored
GitHub Review Context
Michael Schättgen
GitHub Web IDE
zvizvi
CodeStream IDE Connector
jj
GitKraken Browser Extension
GitKraken
Faster PR
StellarExplorerGuy
PR Code Reviewer
azzy
PR Review Tool
mikecarbone
Conventional Comments
Alex Canana
Better GitHub Co-Authors
delucis
ThinkReview: AI Code Review for Pull Requests
Thinkode AI
GitHub to JetBrains IDE
t9craft