GitHub Jira Issue Linkifier Firefox

Examine source code of GitHub Jira Issue Linkifier

Inspect and view changes in GitHub Jira Issue Linkifier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitHub Jira Issue Linkifier",
  "short_name": "JiraLinkifer",
  "version": "1.0.6",
  "description": "Automatically turns text that contains Jira issues (like ICU-1234) into click-able links on GitHub.",
  "author": "Jeff Genovy",
  "homepage_url": "https://github.com/jefgen/github-jira-linkifier-webextension",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://github.com/*"
      ],
      "js": [
        "background.js"
      ],
      "run_at": "document_end"
    }
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "permissions": [
    "storage"
  ]
}

Melhores alternativas GitHub Jira Issue Linkifier

Aqui estão algumas Firefox add-ons que são similares a GitHub Jira Issue Linkifier: