Github Jira Ticket Link Firefox

Examine source code of Github Jira Ticket Link

By: David
Inspect and view changes in Github Jira Ticket Link source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Github Jira Ticket Link",
  "version": "1.2.0",
  "description": "Transforms Jira tags in PR titles into links to jira tickets",
  "content_scripts": [
    {
      "matches": [
        "*://github.com/*/*/pull/*",
        "*://github.com/*/*/pulls*"
      ],
      "js": [
        "background.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "permissions": [
    "storage"
  ]
}

Best Github Jira Ticket Link Alternatives

Here are some Firefox add-ons that are similar to Github Jira Ticket Link: