GitLab Wizard Firefox

Examine source code of GitLab Wizard

Inspect and view changes in GitLab Wizard source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "name": "GitLab Wizard",
  "description": "A Wizard that simplifies your GitLab workflow.",
  "version": "1.3.2",
  "manifest_version": 2,
  "icons": {
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "browser_action": {
    "default_title": "gitlab-wizard",
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true,
    "browser_style": false
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Melhores alternativas GitLab Wizard

Aqui estão algumas Firefox add-ons que são similares a GitLab Wizard: