APEX Reactant Firefox

Examine source code of APEX Reactant

제작자: Catalyst Fire Add-on
Inspect and view changes in APEX Reactant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "Catalyst Fire",
  "name": "APEX Reactant",
  "description": "Tool for SQL autocomplete and table/column lookup in Oracle APEX",
  "version": "1.0",
  "manifest_version": 2,
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*/f?p*",
        "https://*/*/f?p*",
        "http://*/f?p*",
        "https://*/f?p*"
      ],
      "js": [
        "APEXScript.js"
      ]
    }
  ],
  "permissions": [
    "clipboardRead",
    "storage",
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/images/favicon.png",
      "32": "/images/favicon.png",
      "48": "/images/favicon.png",
      "128": "/images/favicon.png"
    }
  }
}

최고의 APEX Reactant 대안

다음은 APEX Reactant과(와) 유사한 Firefox add-on입니다: