FOEX Developer Addon

The FOEX Developer Addon (FDA) is a free browser extension designed to enhance the Oracle APEX Application Builder IDE.

什么是FOEX Developer Addon?

FOEX Developer Addon是由https://tryfoexnow.com开发的Chrome扩展程序,该扩展的主要功能是“The FOEX Developer Addon (FDA) is a free browser extension designed to enhance the Oracle APEX Application Builder IDE.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载FOEX Developer Addon扩展crx文件

下载FOEX Developer Addon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This Addon is a must for every Oracle APEX Developer. It brings great features like keyboard shortcuts and improved page designer functionality.

With the FDA we introduce new functionality into the APEX Page Designer, like additional "Bulk Duplicate Page Items" or "Set Condition to NEVER", and Javascript Code validation.

On top of that it also brings many new Wizards for applications using the FOEX Plugin Framework.                    

扩展基本信息

名称 FOEX Developer Addon FOEX Developer Addon
ID hbnphohihhclfgpbnkmldfdlebkpohpn
官方URL https://chromewebstore.google.com/detail/foex-developer-addon/hbnphohihhclfgpbnkmldfdlebkpohpn
简介 The FOEX Developer Addon (FDA) is a free browser extension designed to enhance the Oracle APEX Application Builder IDE.
文件大小 415 KB
安装次数 1,046
当前版本 22.2.0.11
更新时间 2023-09-15
上架时间 2020-05-03
评分 5.00/5 共4次评分
开发者 https://tryfoexnow.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.tryfoexnow.com/en/foex/foex-developer-addon
帮助页面URL https://www.tryfoexnow.com/en/foex/foex-developer-addon
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FOEX Developer Addon",
    "short_name": "FDA",
    "description": "The FOEX Developer Addon (FDA) is a free browser extension designed to enhance the Oracle APEX Application Builder IDE.",
    "version": "22.2.0.11",
    "author": "FOEX GmbH",
    "icons": {
        "16": "FOEX-Social-Media_16x16.png",
        "48": "FOEX-Social-Media_48x48.png",
        "128": "FOEX-Social-Media_128x128.png"
    },
    "browser_action": {
        "default_icon": "FOEX-Social-Media_128x128.png"
    },
    "homepage_url": "http:\/\/www.foex.at",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*\/r\/apex\/workspace\/*",
                "*:\/\/*\/*\/r\/apex\/sql-workshop\/*",
                "*:\/\/*\/*\/r\/apex\/app-builder\/*",
                "*:\/\/*\/*f?p=4500:*",
                "*:\/\/*\/*f?p=4000:*",
                "*:\/\/*\/*f?p=4050:*",
                "*:\/\/*\/*f?p=4550:*",
                "*:\/\/*\/*wwv_flow.accept*",
                "*:\/\/*.foex.at\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "js\/foex_developerAddon.min.css",
        "js\/foex_developerAddon.min.js",
        "js\/foex_developerAddon_a5.min.css",
        "js\/foex_developerAddon_a5_base.min.js",
        "js\/apexlib_developerAddon.min.css",
        "js\/apexlib_developerAddon.min.js"
    ]
}