Deployment Environments for GitLab Firefox

Examine source code of Deployment Environments for GitLab

제작자: Jonathan Moore
Inspect and view changes in Deployment Environments for GitLab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Show GitLab deployment environments in the Commits view",
  "manifest_version": 3,
  "name": "Deployment Environments for GitLab",
  "version": "1.3",
  "content_scripts": [
    {
      "matches": [
        "https://gitlab.com/*/-/commits/*"
      ],
      "js": [
        "showDeployments.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "gitlab-deployment-environments@jmoore34.github.io",
      "strict_min_version": "58.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "48": "icons/logo48.png",
    "128": "icons/logo128.png"
  }
}

최고의 Deployment Environments for GitLab 대안

다음은 Deployment Environments for GitLab과(와) 유사한 Firefox add-on입니다: