myJDoc Firefox

Examine source code of myJDoc

Inspect and view changes in myJDoc source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "myJDoc",
  "description": "Extension for automatically changing to a selected JavaDocs version",
  "version": "1.2",
  "content_scripts": [
    {
      "matches": [
        "*://docs.oracle.com/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "myJDoc",
    "default_icon": {
      "128": "icon.png"
    }
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "128": "icon.png"
  }
}

Best myJDoc Alternatives

Here are some Firefox add-ons that are similar to myJDoc: