Glossary - Terminology Manager

Glossary - Terminology Manager

Check terminology and enforce the consistent use of terms in confluence. Manage synonyms, abbreviations and grammar forms easily.

Additional files are visible only to premium users

manifest.json


{
  "author": "W Knowledge",
  "name": "Glossary - Terminology Manager",
  "version": "0.1.0",
  "description": "Check terminology and enforce the consistent use of terms in confluence. Manage synonyms, abbreviations and grammar forms easily.",
  "content_scripts": [
    {
      "css": [
        "css/addon.css"
      ],
      "js": [
        "js/jquery.min.js",
        "js/jquery.highlight.js",
        "js/addonHighlight.js"
      ],
      "matches": [
        "https://*.atlassian.net/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "js/jquery.min.js"
    ]
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "web_accessible_resources": [
    "js/jquery.min.js",
    "js/jquery.highlight.js",
    "js/addonHighlight.js",
    "css/addon.css",
    "images/*"
  ],
  "manifest_version": 2,
  "homepage_url": "https://marketplace.atlassian.com/apps/1219513/glossary-terminology-manager?hosting=cloud&tab=overview",
  "icons": {
    "16": "images/logo_16.png",
    "48": "images/logo_48.png",
    "96": "images/logo_96.png",
    "128": "images/logo_128.png"
  }
}