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 là gì?
APEX Builder Extension by FOS là một tiện ích mở rộng Chrome được phát triển bởi https://foex.at, và tính năng chính của nó là "The APEX Builder Extension by FOS is a free and open-source browser extension that enhances the Oracle APEX Builder.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng APEX Builder Extension by FOS
Tải xuống các tệp mở rộng APEX Builder Extension by FOS dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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"
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | APEX Builder Extension by FOS |
ID | jhmmfmhnhnnfnejfphieclbibmoaapid |
URL Chính Thức | https://chromewebstore.google.com/detail/apex-builder-extension-by/jhmmfmhnhnnfnejfphieclbibmoaapid |
Mô tả | The APEX Builder Extension by FOS is a free and open-source browser extension that enhances the Oracle APEX Builder. |
Kích Thước Tệp | 6.44 MB |
Số Lần Cài Đặt | 4,000 |
Phiên Bản Hiện Tại | 23.2.2 |
Cập Nhật Lần Cuối | 2023-09-15 |
Ngày Phát Hành | 2020-05-02 |
Đánh Giá | 4.83/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://foex.at |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/foex-open-source/apex-builder-extension-by-fos |
Ngôn Ngữ Được Hỗ Trợ | 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": [ "*" ] } |