Show Gitlab pipeline variables Firefox

Examine source code of Show Gitlab pipeline variables

By: kacf Add-on
Inspect and view changes in Show Gitlab pipeline variables source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Show pipeline variables in Gitlab",
  "version": "1.0.3",
  "description": "Shows a link next to pipelines in Gitlab that allow you to see the variables submitted with that pipeline.",
  "content_scripts": [
    {
      "matches": [
        "*://gitlab.com/*"
      ],
      "css": [
        "style.css"
      ],
      "js": [
        "script.js"
      ]
    }
  ],
  "icons": {
    "48": "gitlab-show-pipeline-variables-48.png",
    "64": "gitlab-show-pipeline-variables-64.png",
    "96": "gitlab-show-pipeline-variables-96.png",
    "128": "gitlab-show-pipeline-variables-128.png",
    "256": "gitlab-show-pipeline-variables-256.png"
  }
}

Best Show Gitlab pipeline variables Alternatives

Here are some Firefox add-ons that are similar to Show Gitlab pipeline variables: