APEX Developer Addon
The APEX Developer Addon is a helper Addon for the Oracle APEX Application Builder.
APEX Developer Addon란 무엇입니까?
APEX Developer Addon은(는) peter.raganitsch에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The APEX Developer Addon is a helper Addon for the Oracle APEX Application Builder."입니다.
확장 프로그램 스크린샷
APEX Developer Addon 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The APEX Developer Addon brings new functionality to the Oracle APEX Application Builder. It comes with those features: - Syntax Highlighting for SQL, PL/SQL, HTML/XML and Javascript - Keyboard Shortcuts (F10=Save, ...) - Quick Navigation Shortcuts using the Search-Box (enter ? for Help there) - Many little improvements here and there Get it now. It is free and works even offline !
확장 프로그램 기본 정보
이름 | APEX Developer Addon |
ID | kodbmoekdigcemdkcbonnnejdpjfkpdf |
공식 URL | https://chromewebstore.google.com/detail/apex-developer-addon/kodbmoekdigcemdkcbonnnejdpjfkpdf |
설명 | The APEX Developer Addon is a helper Addon for the Oracle APEX Application Builder. |
파일 크기 | 75.4 KB |
설치 횟수 | 750 |
현재 버전 | 2.0.0.26 |
최근 업데이트 | 2015-02-03 |
출시 날짜 | 2015-02-02 |
평점 | 4.92/5 총 13 개의 평점 |
개발자 | peter.raganitsch |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "APEX Developer Addon", "short_name": "ADA", "description": "The APEX Developer Addon is a helper Addon for the Oracle APEX Application Builder.", "version": "2.0.0.26", "author": "Peter Raganitsch", "icons": { "16": "apex_developer_addon_16x16.png", "48": "apex_developer_addon_48x48.png", "128": "apex_developer_addon_128x128.png" }, "homepage_url": "https:\/\/apex.oracle.com\/pls\/apex\/f?p=APEX_DEVELOPER_ADDON:ABOUT:0", "content_scripts": [ { "matches": [ "*:\/\/*\/*f?p=4000:*", "http:\/\/*\/*f?p=4050:*", "http:\/\/*\/*wwv_flow.accept*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "js\/apexlib_developerAddon.min.css", "js\/apexlib_developerAddon.min.js" ] } |