GitLab: Edit Commit Message Firefox

Examine source code of GitLab: Edit Commit Message

提供元: Lawrence
Inspect and view changes in GitLab: Edit Commit Message source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitLab: Edit Commit Message",
  "version": "0.0.1",
  "description": "Automatically enables the 'Edit commit message' checkbox on GitLab merge requests.",
  "author": "Lawrence Hook",
  "content_scripts": [
    {
      "matches": [
        "*://*.gitlab.com/*",
        "*://*.git.ccri.com/*"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{91b762e1-1094-40aa-bbeb-dec114cabf28}"
    }
  }
}

ベストのGitLab: Edit Commit Message代替案

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