GitLab Key Press Addon Firefox

Examine source code of GitLab Key Press Addon

By: Wandang Add-on
Inspect and view changes in GitLab Key Press Addon 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": 2,
  "name": "GitLab Key Press Addon",
  "version": "1.4",
  "description": "Press 3x 'v' to automark currently opened file in gitlab merge requests.",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://gitlab.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "48": "icons/gitlab-logo-500.svg",
    "96": "icons/gitlab-logo-500.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{17330881-8330-4180-b3eb-adb719a5b725}"
    }
  }
}

Best GitLab Key Press Addon Alternatives

Here are some Firefox add-ons that are similar to GitLab Key Press Addon: