GitLab Wizard Firefox

Examine source code of GitLab Wizard

제작자: Felix Graf Add-on
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"
    ]
  }
}

최고의 GitLab Wizard 대안

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