GitHub PR Copilot Comments Enhancer Firefox

Examine source code of GitHub PR Copilot Comments Enhancer

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": "GitHub 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.3",
  "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"
      ]
    }
  ]
}

Best GitHub PR Copilot Comments Enhancer Alternatives

Here are some Firefox add-ons that are similar to GitHub PR Copilot Comments Enhancer: