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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } |