APEX Developer Addon

The APEX Developer Addon is a helper Addon for the Oracle APEX Application Builder.

What is APEX Developer Addon?

APEX Developer Addon is a Chrome extension developed by peter.raganitsch, and its main feature is "The APEX Developer Addon is a helper Addon for the Oracle APEX Application Builder.".

Extension Screenshots

screenshot
screenshot

Download APEX Developer Addon Extension CRX File

Download APEX Developer Addon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The APEX Developer Addon brings new functionality to the Oracle APEX Application Builder.

It comes with those features:

  - Syntax Highlighting for SQL, PL/SQL, HTML/XML and Javascript
  - Keyboard Shortcuts (F10=Save, ...)
  - Quick Navigation Shortcuts using the Search-Box (enter ? for Help there)
  - Many little improvements here and there

Get it now. It is free and works even offline !                    

Extension Basic Information

Name APEX Developer Addon APEX Developer Addon
ID kodbmoekdigcemdkcbonnnejdpjfkpdf
Official URL https://chromewebstore.google.com/detail/apex-developer-addon/kodbmoekdigcemdkcbonnnejdpjfkpdf
Description The APEX Developer Addon is a helper Addon for the Oracle APEX Application Builder.
File Size 75.4 KB
Installation Count 750
Current Version 2.0.0.26
Last Updated 2015-02-03
Publish Date 2015-02-02
Rating 4.92/5 Total 13 Ratings
Developer peter.raganitsch
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "APEX Developer Addon",
    "short_name": "ADA",
    "description": "The APEX Developer Addon is a helper Addon for the Oracle APEX Application Builder.",
    "version": "2.0.0.26",
    "author": "Peter Raganitsch",
    "icons": {
        "16": "apex_developer_addon_16x16.png",
        "48": "apex_developer_addon_48x48.png",
        "128": "apex_developer_addon_128x128.png"
    },
    "homepage_url": "https:\/\/apex.oracle.com\/pls\/apex\/f?p=APEX_DEVELOPER_ADDON:ABOUT:0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*f?p=4000:*",
                "http:\/\/*\/*f?p=4050:*",
                "http:\/\/*\/*wwv_flow.accept*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "js\/apexlib_developerAddon.min.css",
        "js\/apexlib_developerAddon.min.js"
    ]
}