GitLab Reviewer Randomizer Firefox

Examine source code of GitLab Reviewer Randomizer

提供元: knoddleboy Add-on
Inspect and view changes in GitLab Reviewer Randomizer 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
{
  "manifest_version": 3,
  "name": "GitLab Reviewer Rendomizer",
  "description": "Adds a button to GitLab merge request pages that randomly assigns a reviewer from the project's members.",
  "version": "0.1.0",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "permissions": [
    "storage"
  ],
  "options_page": "options.html",
  "browser_specific_settings": {
    "gecko": {
      "id": "gitlab-reviewer-randomizer@test.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*/-/merge_requests/*"
      ],
      "js": [
        "settings.js",
        "gitlab-api.js",
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

ベストのGitLab Reviewer Randomizer代替案

GitLab Reviewer Randomizerに類似したFirefox add-onをいくつか紹介します: