APEX Builder Extension by FOS
The APEX Builder Extension by FOS is a free and open-source browser extension that enhances the Oracle APEX Builder.
APEX Builder Extension by FOS란 무엇입니까?
APEX Builder Extension by FOS은(는) https://foex.at에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The APEX Builder Extension by FOS is a free and open-source browser extension that enhances the Oracle APEX Builder."입니다.
확장 프로그램 스크린샷
APEX Builder Extension by FOS 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The "APEX Builder Extension by FOS" enables you to edit static application, workspace, plug-in and theme files, directly in the APEX Builder! With seamless integration into the existing builder screens it will vastly improve your development speed & workflow when dealing with JavaScript, CSS, and JSON files. It uses the same powerful code editor as the one behind Visual Studio Code and allows you to edit multiple files at once, in split screen, or optionally in full screen. You can create files and save changes without submitting the page, giving you that "native programming" experience. Other notable features include: JavaScript & CSS file minification, Less CSS file compilation and hot reloading. New with 22.1.0: - "Comment out" feature in Page Designer New with 21.2.0: - Fullscreen feature for code editor - Save button inside the code editor in page designer - Automatically adding used page items to "Page Items to Submit"
확장 프로그램 기본 정보
이름 | APEX Builder Extension by FOS |
ID | jhmmfmhnhnnfnejfphieclbibmoaapid |
공식 URL | https://chromewebstore.google.com/detail/apex-builder-extension-by/jhmmfmhnhnnfnejfphieclbibmoaapid |
설명 | The APEX Builder Extension by FOS is a free and open-source browser extension that enhances the Oracle APEX Builder. |
파일 크기 | 6.44 MB |
설치 횟수 | 4,000 |
현재 버전 | 23.2.2 |
최근 업데이트 | 2023-09-15 |
출시 날짜 | 2020-05-02 |
평점 | 4.83/5 총 6 개의 평점 |
개발자 | https://foex.at |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://github.com/foex-open-source/apex-builder-extension-by-fos |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "APEX Builder Extension by FOS", "short_name": "FOS", "description": "The APEX Builder Extension by FOS is a free and open-source browser extension that enhances the Oracle APEX Builder.", "version": "23.2.2", "author": "FOEX GmbH", "homepage_url": "http:\/\/www.foex.at", "icons": { "128": "assets\/icons\/FOS_browser_extension_128x128.png" }, "browser_action": { "default_icon": "assets\/icons\/FOS_browser_extension_128x128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*\/r\/apex\/workspace\/*", "*:\/\/*\/*\/r\/apex\/app-builder\/*", "*:\/\/*\/*\/r\/apex\/sql-workshop\/*", "*:\/\/*\/*f?p=4000:*", "*:\/\/*\/*f?p=4500:*" ], "js": [ "main.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "*" ] } |