Autolinker Github/Jira Firefox

Examine source code of Autolinker Github/Jira

Inspect and view changes in Autolinker Github/Jira source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Auto-linker Github/Jira",
  "version": "1.2",
  "description": "Change the Jira Tickets to links in the Github Pull Requests Title",
  "action": {
    "default_popup": "settings/settings.html"
  },
  "options_ui": {
    "page": "settings/settings.html"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.github.com/*"
      ],
      "js": [
        "jira.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "autolinker@extension.com"
    }
  }
}

Best Autolinker Github/Jira Alternatives

Here are some Firefox add-ons that are similar to Autolinker Github/Jira: