PlantUML Visualizer Firefox

Examine source code of PlantUML Visualizer

Inspect and view changes in PlantUML Visualizer source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "PlantUML Visualizer",
  "description": "A Chrome / Firefox extension for visualizing PlantUML descriptions.",
  "version": "2.0.3",
  "browser_action": {
    "default_icon": "icon/icon16.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon/icon16.png",
    "48": "icon/icon48.png",
    "128": "icon/icon128.png"
  },
  "permissions": [
    "https://*/*",
    "http://*/*",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*",
        "file:///*/*"
      ],
      "js": [
        "content_scripts.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d324f64b-b423-4c2b-a9b4-d415705c26a9}"
    }
  }
}

Best PlantUML Visualizer Alternatives

Here are some Firefox add-ons that are similar to PlantUML Visualizer: