Glossary for Confluence Cloud Firefox

Examine source code of Glossary for Confluence Cloud

Inspect and view changes in Glossary for Confluence Cloud source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Glossary for Confluence Cloud",
  "description": "Highlight technical terms in your Confluence documentation.",
  "version": "0.1.2",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "96": "img/icon96.png",
    "128": "img/icon128.png"
  },
  "homepage_url": "https://marketplace.atlassian.com/plugins/glossary/cloud/",
  "author": "Peter Eigenschink",
  "content_scripts": [
    {
      "run_at": "document_idle",
      "matches": [
        "https://*.atlassian.net/*"
      ],
      "js": [
        "js/load-glossary-lookup.js"
      ]
    }
  ],
  "options_ui": {
    "page": "html/options.html"
  },
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    "js/glossary-lookup.js",
    "css/glossary-lookup.css",
    "css/glossary-match-border.css",
    "css/glossary-match-icon.css",
    "css/glossary-match-underline.css",
    "img/icon.svg"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{3fe932c6-d019-4ef3-8948-1e10c9c903ad}"
    }
  }
}

Best Glossary for Confluence Cloud Alternatives

Here are some Firefox add-ons that are similar to Glossary for Confluence Cloud: