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ファイルをダウンロード
APEX Developer Addon拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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" ] } |