GithubCopylot Firefox

Examine source code of GithubCopylot

제작자: Infraviored
Inspect and view changes in GithubCopylot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GithubCopylot",
  "version": "1.1",
  "description": "Copy From Github copilot reviews directly, without having to wait for slow email receiveal...",
  "icons": {
    "32": "icons/icon-32.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "clipboardWrite"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "github-copylot@infraviored.github.io",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://github.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

최고의 GithubCopylot 대안

다음은 GithubCopylot과(와) 유사한 Firefox add-on입니다: