APEX Project Eye (old) Firefox

Examine source code of APEX Project Eye (old)

Inspect and view changes in APEX Project Eye (old) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "APEX Project Eye",
  "version": "1.1",
  "description": "Code used from APE browser addon to connect Oracle APEX PageDesigner and APE watchlist.",
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/f?p=4000:4500:*",
        "*://*/*/f?p=4000:4500:*",
        "*://*/*/*/f?p=4000:4500:*",
        "*://*/*/*/*/f?p=4000:4500:*",
        "*://*/*/*/*/*/f?p=4000:4500:*"
      ],
      "run_at": "document_end",
      "js": [
        "ape-extension.js"
      ]
    }
  ]
}

Best APEX Project Eye (old) Alternatives

Here are some Firefox add-ons that are similar to APEX Project Eye (old):