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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } |