jiraDiff - Jira Core version Firefox

Examine source code of jiraDiff - Jira Core version

제작자: Jonasz Potoniec
Inspect and view changes in jiraDiff - Jira Core version source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "jiraDiff - Jira Core version",
  "version": "1.0",
  "description": "Sane diff for history preview in Jira Core Server",
  "permissions": [
    "webRequest",
    "http://*/*",
    "https://*/*",
    "webNavigation",
    "storage"
  ],
  "icons": {
    "64": "icons/icon64.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "options_ui": {
    "page": "settings/options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "contentScript.js",
        "external_libraries/diff_match_patch.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "jiraCoreDiff@potoniec.eu"
    }
  }
}

최고의 jiraDiff - Jira Core version 대안

다음은 jiraDiff - Jira Core version과(와) 유사한 Firefox add-on입니다: