Jirax2D - Jira Two-dimensional gadget enhancer Firefox

Examine source code of Jirax2D - Jira Two-dimensional gadget enhancer

Inspect and view changes in Jirax2D - Jira Two-dimensional gadget enhancer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extTitle__",
  "description": "__MSG_extDescription__",
  "version": "3.0",
  "version_name": "3.0-rc1",
  "default_locale": "en",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://*/rest/api/2/field",
    "*://*/rest/api/2/search*"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_extTitle__"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "constants.js",
        "utils.js",
        "jiraDetector.js",
        "storageManager.js",
        "styleInjector.js",
        "tableManager.js",
        "gadgetManager.js",
        "hoverPopup.js",
        "content.js"
      ],
      "css": [
        "hoverPopup.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "marked.js",
        "changelog.md",
        "changelog.html",
        "changelog.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "jirax2d@dijidev42.com",
      "strict_min_version": "109.0"
    }
  }
}

Best Jirax2D - Jira Two-dimensional gadget enhancer Alternatives

Here are some Firefox add-ons that are similar to Jirax2D - Jira Two-dimensional gadget enhancer: